|
ngscopeclient v0.2.1
|
Implementation of string utility functions. More...

Functions | |
| std::string | WstringToString (const std::wstring &wstr) |
| Convert a std::wstring into an std::string. | |
| std::wstring | StringToWstring (const std::string &str) |
| Convert a std::string into an std::wstring. | |
Implementation of string utility functions.
| std::wstring StringToWstring | ( | const std::string & | str | ) |
Convert a std::string into an std::wstring.
| wstr | the string to convert |
| std::string WstringToString | ( | const std::wstring & | wstr | ) |
Convert a std::wstring into an std::string.
| wstr | the wstring to convert |