Append an integer formatted as a hexadecimal number with zero-padding
void hexpad(int v, int nDigits);
DString Class