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