[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Convert a boolean value to a string.
Source position: sysstrh.inc line 193
function BoolToStr( |
B: Boolean; |
UseBoolStrs: Boolean = false |
):String; |
BoolToStr converts the boolean B to one of the strings 'TRUE' or 'FALSE'
None.
|
Convert a string to a boolean value |
No notes exist for this page yet.