Using Java how do I convert a hexadecimal ASCII code to it's String value?
Hello,
Is there a built in Java method to convert a hexadecimal ASCII code to its String representation? For example, I will have a hex value of 25 and that should convert to %. Any help would be greatly appreciated!