qt qstring to double

Solutions on MaxInterview for qt qstring to double by the best coders in the world

showing results for - "qt qstring to double"
Lucien
08 Aug 2017
1QString str = "1234.56";
2double val = str.toDouble();   // val == 1234.56
queries leading to this page
qt qstring to doubleqt qstring to double