Share via


default_code_page_to_utf16 Function

Converts a string with the OS's default code page to a UTF-16 string.

_ASYNCRTIMP utf16string __cdecl default_code_page_to_utf16(
   const std::string &s
);

Parameters

  • s

Requirements

Header: asyncrt_utils.h

Namespace: utility::conversions

See Also

Reference

utility::conversions Namespace