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