IntToStr
Converte un numero intero in una stringa.
Struttura
IntToStr(Value: Integer): string; sovraccarico;
IntToStr(Value: Int64): string; sovraccarico;
Parametri
Valore restituito
Descrizione
IntToStr converte un numero intero in una stringa contenente la rappresentazione decimale di quel numero. |