Hi,
Anyone know how to convert a string with probably negative values into double/ float?
I have search the web but answer found were too complicated.
I have a string value, str = "-100" and i want to convert it into a double/ float for doing calculation.
What is the simplest way?