int to hex (Beginning Java forum at JavaRanch)
I have an integer int x=6422616; I need to convert this integer into hex and store it in y in 0x format i.e int y=0x620058; (here 620058 is hex equiv ... Thank you guys for responding. John i need it to be stored as hex. And Rok this converts int to hex w...