44 long lresult =
str2l( txt, base );
46 if ( lresult < INT_MIN || INT_MAX < lresult )
47 throw Exception(
"suplib::str2i( " +
string( txt ) +
"int ) " 48 "Integer out of range" );
52 }
catch( Exception& E ) {
long str2l(const char *txt, int base=10)
convert string to long number
int str2i(const char *txt, int base=10)
convert string to integer number