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
Just initialize it in your declaration, and remove the line where you set it to a new object. Take a look at this.