' '
[inline]
Definition at line 60 of file String.h.
00061 { 00062 std::ostringstream oss; 00063 oss << std::setw(width) << std::setfill(fill) << ul; 00064 return oss.str(); 00065 }