Previous: 4.66.2.52. StrScan function To the Table of Contents Next: 4.66.2.54. StrToIntDef function
4.66.2.52. StrScan function Table of Contents 4.66.2.54. StrToIntDef function

- 4.66.2.53. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.53. StrToInt function


4.66.2.53. 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: 4.66.2.52. StrScan function To the Table of Contents Next: 4.66.2.54. StrToIntDef function
4.66.2.52. StrScan function Table of Contents 4.66.2.54. StrToIntDef function

- 4.66.2.53. -