[inline]
Definition at line 84 of file String.h.
00085 { 00086 std::ostringstream oss; 00087 oss << ull; 00088 return oss.str(); 00089 }