utf16_to_utf8 Function
Converts a UTF-16 string to a UTF-8 string
_ASYNCRTIMP std::string __cdecl utf16_to_utf8(
const utf16string &w
);
Parameters
- w
Requirements
Header: asyncrt_utils.h
Namespace: utility::conversions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Converts a UTF-16 string to a UTF-8 string
_ASYNCRTIMP std::string __cdecl utf16_to_utf8(
const utf16string &w
);
Header: asyncrt_utils.h
Namespace: utility::conversions