Pascal Scripting: StrToUInt64

Prototype

function StrToUInt64(S: String): UInt64;

Description

The StrToUInt64 function converts the string passed in S into an unsigned 64-bit number. Raises an exception if not successful.

Remarks

Use of StrToUInt64Def instead of StrToUInt64 is recommended.