to_string_t 函数

从 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

请参见

参考

utility::conversions 命名空间