hex2ascii
c = hex2ascii(num % base);
PCHAR(hex2ascii(*up >> 4));
PCHAR(hex2ascii(*up & 0x0f));
str = hex2ascii(modv, modv_len);