Fill string with a character, inserting the character in the front of the string
void padFrontTo(int len, char c = ' ');
DString Class