System.SysUtils.TIntegerHelper.ToString
Delphi
function ToString: string; overload; inline;
class function ToString(const Value: Integer): string; overload; inline; static;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TIntegerHelper |
Description
Convertit un Integer en valeur chaîne.
Cette méthode est surchargée :
- ToString convertit le paramètre
Value
de type Integer en chaîne. - ToString convertit ce Integer en chaîne.
Remarque : Pour des détails sur la manière d'effectuer la conversion, consultez la description de IntToStr.