Boolean type helper for customizable boolean string representation.
Source position: syshelpersbh.inc line 2
public class function TBoolean16SysHelper.ToString(  | 
const aValue: Boolean;  | 
const aTrueStr: string;  | 
const aFalseStr: string;  | 
const aCharsCase: TStringCaseFormat = scfUnchangedCase  | 
):string; overload;  | 
const aBitFormatSettings: TBitFormatSettings;  | 
const aCharsCase: TStringCaseFormat = scfUnchangedCase  | 
):string; overload;  | 
const aTrueStr: string;  | 
const aFalseStr: string;  | 
const aCharsCase: TStringCaseFormat = scfUnchangedCase  | 
):string; overload;  | 
const aCharsCase: TStringCaseFormat = scfUnchangedCase  | 
):string; overload;  | 
aValue  | 
  | 
Boolean value that will be converted to string.  | 
aTrueStr  | 
  | 
Custom string used for representation of boolean TRUE state.  | 
aFalseStr  | 
  | 
Custom string used for representation of boolean FALSE state.  | 
aCharsCase  | 
  | 
Optional string casing.  | 
Helper function result string.
aBitFormatSettings  | 
  | 
Record holding custom strings for boolean to string conversion.  | 
aCharsCase  | 
  | 
Optional string casing.  | 
aTrueStr  | 
  | 
Custom string used for representation of boolean TRUE state.  | 
aFalseStr  | 
  | 
Custom string used for representation of boolean FALSE state.  | 
aCharsCase  | 
  | 
Optional string casing.  | 
aCharsCase  | 
  | 
Optional string casing.  | 
Convert Boolean16 type value to string using localized custom formatting.