[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert from a string
Source position: syshelph.inc line 558
public class function TNativeUIntHelper.Parse( |
const AString: string |
):NativeUInt; |
Parse will attempt to convert the string AString to a NativeUInt value. It uses the StrToInt function to perform the conversion, so no localization is taken into account.
If the string does not contain a valid NativeUInt value, an EConvertError exception is raised.
NativeUInt.ToString |
||
NativeUInt.TryParse |
||
|
Convert a string to an integer value. |