|
SHAPER
9.15.0
|
Functions | |
| LOCALE_EXPORT std::string | toString (const std::wstring &theWStr) |
| Converts a wide-string to a simple (byte) string. More... | |
| LOCALE_EXPORT std::string | toString (const char16_t *theExtStr) |
| Converts an extended string to a simple (byte) string. More... | |
| LOCALE_EXPORT std::wstring | toWString (const std::string &theStr) |
| Converts a byte string to a wide-string. More... | |
| LOCALE_EXPORT std::wstring | toWString (const char16_t *theExtStr) |
| Converts an extended string to a wide-string. More... | |
Convert strings.
| std::string Locale::Convert::toString | ( | const std::wstring & | theWStr | ) |
Converts a wide-string to a simple (byte) string.
| theWStr | a wide-string |
| std::string Locale::Convert::toString | ( | const char16_t * | theExtStr | ) |
Converts an extended string to a simple (byte) string.
| theExtStr | an extended string |
| std::wstring Locale::Convert::toWString | ( | const std::string & | theStr | ) |
Converts a byte string to a wide-string.
| theStr | a byte string |
| std::wstring Locale::Convert::toWString | ( | const char16_t * | theExtStr | ) |
Converts an extended string to a wide-string.
| theStr | a byte string |