Std stringio stringtoulong
std:std.stringio.StringToULong
Function StringToULong:ULong( str:String,base:UInt )#
Converts a string to an unsigned long value.
Parameters | |
---|---|
str |
str String to convert. |
base |
base Numeric base for conversion, eg: 2 for binary, 16 for hex etc. |