How to convert Hexadecimal to ASCII values in java?

Posted by lakshmi on Stack Overflow See other posts from Stack Overflow or by lakshmi
Published on 2010-04-26T07:08:21Z Indexed on 2010/04/26 7:13 UTC
Read the original article Hit count: 244

Filed under:

Thanks for your answer... I have 31 32 2E 30 31 33 6byte hexadecimal number. I want to convert 31 32 2E 30 31 33 this 6 byte hexadecimal number into 12.013 ASCII number in java.

© Stack Overflow or respective owner

Related posts about java