Convert a string to an unsigned integer value, with a default value.
Source position: sysstrh.inc line 149
function StrToUIntDef( |
const S: string; |
Default: Cardinal |
):Cardinal; |
StrToIntDef will convert a string to an 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 integer, and report on success. |
|
|
Convert a string to an integer value. |