[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a LongBool value to string.
Source position: syshelph.inc line 613
public class function TLongBoolHelper.ToString( |
const AValue: Boolean; |
UseBoolStrs: TUseBoolStrs = TUseBoolStrs.False |
):string; overload; |
UseBoolStrs: TUseBoolStrs = TUseBoolStrs.False |
):string; overload; |
ToString will, in the class method version, convert the AValue LongBool to a string representation. In the function method version the LongBool value itself (Self) will be converted.
If the UseBoolStrs parameter equals TUseBoolStrs.True, then the string representation will use the LongBool strings BoolStrs. The default value for UseBoolStrs is TUseBoolStrs.False.
The conversion is done using the BoolTostr function.
BoolStrs |
||
|
Convert a boolean value to a string. |