Pascal Scripting: StrToUInt64Def

Prototype:

function StrToUInt64Def(S: String; Def: UInt64): UInt64;

Description:

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.