Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
static std::basic_string<CharType> perform(
const std::string& str
);
static std::basic_string<CharType> perform(
const utf16string& str
);
static std::basic_string<char> perform(
const std::string& str
);
static std::basic_string<char> perform(
const utf16string& str
);
Parameters
- str
Requirements
Header: asyncrt_utils.h
Namespace: utility::conversions