to_utf8string 函式
從窄字串或寬字串解碼為 UTF-8。
_ASYNCRTIMP std::string __cdecl to_utf8string(
const std::string &value
);
_ASYNCRTIMP std::string __cdecl to_utf8string(
const utf16string &value
);
參數
- value
需求
**標頭:**asyncrt_utils.h
**命名空間:**utility::conversions