function StrToUInt64Def(S: String; Def: UInt64): UInt64;
The StrToUInt64Def function converts the string passed in S into an unsigned 64-bit number. If S does not represent a valid unsigned 64-bit number, StrToUInt64Def returns the unsigned 64-bit number passed in Def.