Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can i convert a string into hexa decimal

807569Jul 11 2006 — edited Jul 11 2006
How can i convert a string into hexa decimal value String?

i just want to get / convert a String in hex string


String myString = "Test" ;

myString should be converted to hexa value like "9AB5E97D"

String myhexaString = "9AB5E97D"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2006
Added on Jul 11 2006
10 comments
274 views