| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a boolean value to a string.
Source position: sysstrh.inc line 229
| function BoolToStr( | 
| B: Boolean; | 
| UseBoolStrs: Boolean = False | 
| ):string; | 
| B: Boolean; | 
| const TrueS: string; | 
| const FalseS: string | 
| ):string; | 
BoolToStr converts the boolean B to one of the strings 'TRUE' or 'FALSE'
None.
| 
 | Convert a string to a boolean value |