[inline]
Definition at line 36 of file String.h.
00037 { 00038 std::ostringstream oss; 00039 oss << i; 00040 return oss.str(); 00041 }