IntToStr
Converts an integer to a string.
Structure
IntToStr(Value: Integer): string; overload;
IntToStr(Value: Int64): string; overload;
Parameters
Return Value
Description
IntToStr converts an integer into a string containing the decimal representation of that number. |