Hi All, I am reading a file which contains EBCIDC data.I am reading the file byte by byte. After obtaining the byte I am getting it's corresponding integer value.Now I need to get the hex values of the corresponding integer in 0x format. Integer.toHexString is giving me values like A0,B1 etc. Any inputs, plz share. Regards Nikhil
Hi All, I am reading a file which contains EBCIDC data.I am reading the file byte by byte. After obtaining the byte I am getting it's corresponding integer value.Now I need to get the hex values of the corresponding integer in 0x format. Integer.toHexString is giving me values like A0,B1 etc. Any inputs, plz share. Regards Nikhil