Convert a string to an unsigned 64-bit integer value, with a default value.
Source position: sysstrh.inc line 152
function StrToUInt64Def( |
const S: string; |
Default: UInt64 |
):UInt64; |
StrToIntDef will convert a string to an unsigned 64-bit integer. If the string contains invalid characters or has an invalid format, then Default is returned.
To be successfully converted, a string can contain a combination of numerical characters. Spaces are not allowed.
None.
|
Convert an integer value to a decimal string. |
|
|
Convert a string to unsigned integer value. |
|
|
Try to convert a string to an unsigned 64-bit integer, and report on success. |
|
|
Convert a string to an Int64 value. |