#2003 Move conversion from string to double into RiaStdStringTools

This commit is contained in:
Magne Sjaastad
2017-11-03 15:26:56 +01:00
parent 713998fb38
commit 50b2717ed2
4 changed files with 19 additions and 4 deletions

View File

@@ -30,5 +30,6 @@ public:
static bool isNumber(const std::string& s);
static int toInt(const std::string& s);
static double toDouble(const std::string& s);
};