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