Freigeben über


to_string_t-Funktion

Decodiert von einer UTF-16- oder UTF-8-Zeichenfolge in "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
);

Parameter

  • s

Anforderungen

Header: asyncrt_utils.h

Namespace: utility::conversions

Siehe auch

Referenz

utility::conversions-Namespace