Afficher : Delphi
C++
Préférences d'affichage
System.SysUtils.UIntToStr
De XE2 API Documentation
Delphi
function UIntToStr(Value: Cardinal): string; function UIntToStr(Value: UInt64): string;
C++
extern 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.