Freigeben über


to_utf16string-Funktion

Decodiert von einer schmalen oder breiten Zeichenfolge in UTF16.

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

_ASYNCRTIMP utf16string __cdecl to_utf16string(
   const utf16string &value
);

Parameter

  • value

Anforderungen

Header: asyncrt_utils.h

Namespace: utility::conversions

Siehe auch

Referenz

utility::conversions-Namespace