parseUlong

fnulong parseUlong(string decStr)

Parse a decimal string to an unsigned long.

Parameters

decStrDecimal string.

Returns

The parsed unsigned long value.

Throws

Exception if the string cannot be parsed.