37 std::string ToString(T value,
bool *ok =
nullptr)
50 T FromString(
const std::string &str,
bool *ok =
nullptr)
62 std::string Format(
const char *fmt, ...);
65 std::string Replace(
const std::string &str,
const std::string &oldStr,
const std::string &newStr);
69 std::string UnicodeCharToUtf8(
unsigned int ch);
72 std::string UnicodeStringToUtf8(
const std::wstring &str);
75 unsigned int Utf8CharToUnicode(
const std::string &ch);
78 std::wstring Utf8StringToUnicode(
const std::string &str);
81 int Utf8CharSizeAt(
const std::string &str,
unsigned int pos);
84 size_t Utf8StringLength(
const std::string &str);
Definition: stringutils.h:31