[inline]
Definition at line 100 of file String.h.
00101 { 00102 std::ostringstream oss; 00103 oss << d; 00104 return oss.str(); 00105 }