|
Core Library
|
Ansi/Wide string conversion functions. More...
Namespaces | |
| namespace | Core |
The Core Library namespace. | |
Functions | |
| void | Core::ansiToWide (const char *pszBegin, const char *pszEnd, wchar_t *pszDst) |
| Convert a string from ANSI to Wide. | |
| std::wstring | Core::ansiToWide (const char *pszBegin, const char *pszEnd) |
| Convert a string from ANSI to Wide. | |
| void | Core::wideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd, char *pszDst) |
| Convert a string from Wide to ANSI. | |
| std::string | Core::wideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd) |
| Convert a string from Wide to ANSI. | |
Ansi/Wide string conversion functions.
1.7.6.1