function StrToUInt64(S: String): UInt64;
The StrToUInt64 function converts the string passed in S into an unsigned 64-bit number. Raises an exception if not successful.
Use of StrToUInt64Def instead of StrToUInt64 is recommended.