I am trying to convert string to double. But i am getting the number format exception. The code that gives the exception is like this:
double B = Double.parseDouble(s);
I take the s value from server to my application. And it is like this:
fd485b154a0427fa75c0428cdafac71f
Any solution?
Try this: (i am assuming the string is HEX coz of the 0-9 & a-f in it)
This gives: