Freigeben über


to_utf8string-Funktion

Decodiert von einer schmalen oder breiten Zeichenfolge in UTF-8.

_ASYNCRTIMP std::string __cdecl to_utf8string(
   const std::string &value
);

_ASYNCRTIMP std::string __cdecl to_utf8string(
   const utf16string &value
);

Parameter

  • value

Anforderungen

Header: asyncrt_utils.h

Namespace: utility::conversions

Siehe auch

Referenz

utility::conversions-Namespace