Previous: StrScan function To the Table of Content Next: StrToIntDef function

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

StrToInt function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts a string representing a long integer to a number.

Declaration:
function StrToInt(const  S: String): Longint;
Examples:
 StrToInt('11')  = 11;
 StrToInt('$FF') = 256;



Previous: StrScan function To the Table of Content Next: StrToIntDef function
StrScan function Table of Content StrToIntDef function

- 4.61.2.53 -