Converts the stored string to an unsigned int using the standard C function strtol, throwing NxsX_NotANumber if the conversion fails. Returns UINT_MAX if the number is too large to fit in an unsigned (or was a negative number). Definition at line 797 of file nxsstring.cpp. |