How to convert to String to double

How to convert a string value to double . For ex if String str = β€œ100.0”. How to convert str to double .

I got the way to do it

1 Like

So why you don’t say how to do it? :slight_smile:

1 Like

https://docs.juce.com/master/classString.html#a6d747e66888a9c7ee562ab5b67e78c3b

Fortunately I’ve already found that also. Sorry, and thanks. :slight_smile: