Changeset 1285 for cpp/common/Convert.h
- Timestamp:
- 12/06/23 03:27:30 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/Convert.h
r1028 r1285 22 22 public: 23 23 static int toInt(string s); 24 static int toInt_HexIf0x(string s); 24 25 static float toFloat(string s); 25 26 static string toLowerCase(string s); 26 27 static string toUpperCase(string s); 28 static string toLowerCaseUTF8(string s); 29 static string toUpperCaseUTF8(string s); 27 30 static char toLowerCase(char c); 28 31 static char toUpperCase(char c);
Note: See TracChangeset
for help on using the changeset viewer.