| std::string Ice::wstringToString | ( | const std::wstring & | str, |
| const StringConverterPtr & | nc = nullptr, | ||
| const WstringConverterPtr & | wc = nullptr ) |
Converts a wide string to a narrow string.
| str | The wide string to convert. |
| nc | The narrow string converter. If null, the result's encoding is UTF-8. |
| wc | The wide string converter. If null, the encoding of str is UTF-16 or UTF-32 depending on the size of wchar_t. |