[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert string to DWord (cardinal)
Source position: sysstrh.inc line 115
function StrToDWord( |
const s: string |
):DWord; |
StrToDWord will convert the string S to a DWord value, and returns the value.
In case the string S is not a valid number, or is a value outside the DWord range, an EConvertError exception will be raised.
|
Try to convert a string to DWord (cardinal) |
|
|
Convert string to DWord (cardinal), using default |