This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hex to ascii conversion

Hi,

I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30.

I am not able to do this conversion. Pl advice.

Regards,
Unnati.

0