How can I change existing string into double. I have code like this declared as string but in reality its getting number from the database.. I was doing sting to number conversi
I don't quite get your problem, but here are a few notes:
double d = 0
new Double(0)
Double.parseDouble(string)