[inline]
Definition at line 155 of file String.h.
00156 { 00157 std::istringstream iss(s); 00158 long i = 0; 00159 iss >> i; 00160 return i; 00161 }