[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a string to an Int64 value, with a default value
Source position: sysstrh.inc line 146
function StrToInt64Def( |
const S: string; |
Default: Int64 |
):Int64; |
StrToInt64Def tries to convert the string S to a Int64 value, and returns this value. If the conversion fails for some reason, the value Default is returned instead.
None. On error, the Default value is returned.
|
Convert a string to an Int64 value. |
|
|
Try to convert a string to an int64 value, and report on success. |
|
|
Convert a string to an integer value. |
|
|
Try to convert a string to an integer, and report on success. |
|
|
Convert a string to an integer value, with a default value. |