35 static void ToWideString(
const std::string& source, std::wstring& dest);
57 static std::string
ToString(
const std::wstring& source);
static std::string ToString(const std::wstring &source)
Convert this object into a string representation.
static std::wstring ToWideString(const std::string &source)
Converts a source to a wide string.
static void ToWideString(const std::string &source, std::wstring &dest)
Converts this object to a wide string.