Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,286

    Re: hexadecimal code to text

    If you have a String of hex characters, take them 2 at a time, convert the 2 letters to an int (using Integer class's parseInt()) and cast that to a char.
  2. Replies
    4
    Views
    1,286

    Re: hexadecimal code to text

    Can you give an example? What is the hexadecimal code? Is it a String: "41" which would convert to "A"
Results 1 to 2 of 2