|
ngscopeclient v0.2.1
|
Declaration of global string utility functions. More...
#include <string>

Go to the source code of this file.
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. | |
Declaration of global 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 |