utf16_to_utf8 函数

将 UTF-16 字符串转换为 UTF-8 字符串

_ASYNCRTIMP std::string __cdecl utf16_to_utf8(
   const utf16string &w
);

参数

  • w

要求

**标头:**asyncrt_utils.h

**命名空间:**utility::conversions

请参见

参考

utility::conversions 命名空间