I need to convert a string to an unsigned 32 bit integer (Cardinal
).
In System.SysUtils
unit there are many useful functions like:
StrToInt
StrToInt64
StrToUInt64
But I can't find any StrToCardinal
, StrToUInt
or StrToUInt32
function.
I need to convert a string to an unsigned 32 bit integer (Cardinal
).
In System.SysUtils
unit there are many useful functions like:
StrToInt
StrToInt64
StrToUInt64
But I can't find any StrToCardinal
, StrToUInt
or StrToUInt32
function.