How can i convert a string into hexa decimal
807569Jul 11 2006 — edited Jul 11 2006How 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"