Existing String to Double

后端 未结 4 1519
醉话见心
醉话见心 2021-01-28 13:54

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

4条回答
  •  遇见更好的自我
    2021-01-28 14:29

    Just initialize it in your declaration, and remove the line where you set it to a new object. Take a look at this.

提交回复
热议问题