' '
[inline]
Definition at line 108 of file String.h.
00109 { 00110 std::ostringstream oss; 00111 oss << std::setw(width) << std::setfill(fill) << d; 00112 return oss.str(); 00113 }