4.66.2.52. StrScan function | Table of Contents | 4.66.2.54. StrToIntDef function |
function StrToInt(const S: String): Longint;Examples:
StrToInt('11') = 11; StrToInt('$FF') = 256;
4.66.2.52. StrScan function | Table of Contents | 4.66.2.54. StrToIntDef function |