JCL Help:BooleanToStr

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a string representation of the boolean values True and False.


Pascal

 function BooleanToStr(B: Boolean): string;


Parameters

Parameters Description
B: Boolean The boolean value for which you want the string representation.


Return Value

If B is True the result is the string 'True'. if B is False the result is the string 'False'.


Description

BooleanToStr returns a string representation of the boolean values True or False.


About

Unit

JclSysUtils


Donator

Jean-Fabien Connault


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page