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