Share via


to_utf16string Function

Decode to utf16 from either a narrow or wide string

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

_ASYNCRTIMP utf16string __cdecl to_utf16string(
   const utf16string &value
);

Parameters

  • value

Requirements

Header: asyncrt_utils.h

Namespace: utility::conversions

See Also

Reference

utility::conversions Namespace