- 4.66.2.24. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.24. IntToStr function
4.66.2.24. IntToStr function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Converts an integer to a string.
Declaration:
function IntToStr(Value: Longint): String;
Remarks:
The IntToStr function converts an integer into a string
containing the decimal representation of that number.
Value is the number to convert.
- 4.66.2.24. -