Pascal Scripting: StrToInt64

Prototype

function StrToInt64(S: String): Int64;

Description

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

Remarks

Use of StrToInt64Def instead of StrToInt64 is recommended.