[inline]
Definition at line 68 of file String.h.
00069 { 00070 std::ostringstream oss; 00071 oss << i; 00072 return oss.str(); 00073 }