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
);
参数
- str
要求
**标头:**asyncrt_utils.h
**命名空间:**utility::conversions