System.SysUtils.UIntToStr
Delphi
function UIntToStr(Value: Cardinal): string;
function UIntToStr(Value: UInt64): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall UIntToStr(unsigned Value)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Convertit un entier non signé en une chaîne.
UIntToStr convertit un entier non signé en une chaîne contenant la représentation décimale de ce nombre.