function StrToInt64(s: string): Int64;
The StrToInt64 function converts the string passed in S into a 64-bit number.
Use of StrToInt64Def instead of StrToInt64 is recommended.