CTString::PadLeft
Syntax
void PadLeft(const NINT newlength, const char padChar= ' ')
Parameters
Description
Pads this CTString to the left with padChar characters until the length of this CTString is equal to newlength.
Return
None.
See also
PadRight()