parseUlong
fn
ulong parseUlong(string decStr)Parse a decimal string to an unsigned long.
Parameters
decStr | Decimal string. |
Returns
The parsed unsigned long value.
Throws
Exception if the string cannot be parsed.
ulong parseUlong(string decStr)Parse a decimal string to an unsigned long.
decStr | Decimal string. |