Content


NTL
Core
PadLeftDirect

PadLeftDirect


Extend unicode or ANSI string to specified length adding specified character at the string beginning as many time as needed.

void PadLeftDirect(String &str, const wchar_t c, const size_t length);
void PadLeftDirect(AnsiString &str, const char c, const size_t length);
Namespace: nitisa
Include: Nitisa/Core/Strings.h