Previous: IntToHex function To the Table of Content Next: IsDelimiter function

- 4.61.2.24 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

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.


Previous: IntToHex function To the Table of Content Next: IsDelimiter function
IntToHex function Table of Content IsDelimiter function

- 4.61.2.24 -