Converts the stored string to an int using the standard C function strtol, throwing NxsX_NotANumber if the conversion fails. Returns INT_MAX if the number is too large to fit in an int or -INT_MAX if it is too small. Definition at line 809 of file nxsstring.cpp. |