Boolean type helper for customizable boolean string representation.
Source position: syshelpersbh.inc line 9
| public function TLongBoolSysHelper.ToOneZeroString( | 
| const aCharsCase: TStringCaseFormat = scfUnchangedCase | 
| ):string; | 
| aCharsCase | 
 | Optional string casing. | 
Helper function result string.
DefaultBitFormatSettings.BitOneString is used for representation of boolean TRUE state. DefaultBitFormatSettings.BitZeroString is used for representation of boolean FALSE state.
| 
 | Global boolean to string conversion defaults. |