从 utf-16 或 utf-8 字符串解码为 string_t
_ASYNCRTIMP utility::string_t __cdecl to_string_t(
const std::string &s
);
_ASYNCRTIMP utility::string_t __cdecl to_string_t(
const utf16string &s
);
参数
- s
要求
**标头:**asyncrt_utils.h
**命名空间:**utility::conversions