Searched refs:IsNumericStr (Results 1 – 4 of 4) sorted by relevance
136 bool IsNumericStr(const std::string& str);
252 bool result = IsNumericStr(strBase);256 result = IsNumericStr(strBase);260 result = IsNumericStr(strBase);
21 | bool | **IsNumericStr**(const std::string& str)<br>判断字符串中所有字符是否全部为数字。 |
132 bool IsNumericStr(const string& str) in IsNumericStr() function