I am reading an array of bytes. I want to translate each hexadecimal number into it's ASCII value. How can I do this? The array is of type byte,
www.coderanch.com