System.SysUtils.TLongBoolHelper.ToString
Delphi
class function ToString(const Value: Boolean): string; overload; inline; static;
function ToString: string; overload; inline;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TLongBoolHelper |
Description
Converts the LongBool to a string value.
This method is overloaded:
- ToString converts the Boolean parameter
Value
to a string. - ToString converts this LongBool to a string.
Note: For details on how the conversion is done, see the description of BoolToStr.