winrt::to_string 函式 (C++/WinRT)
協助程式函式,藉由呼叫WideCharToMultiByte,將輸入寬字元串轉換成包含 UTF-8 窄字串的std::string。 如需詳細資訊和程式碼範例,請參閱 winrt::hstring 函式和運算子。
語法
inline std::string to_string(std::wstring_view value);
參數
value
std::wstring_view值,或可轉換成std::wstring_view之類型的任何值,以轉換成 UTF-8 窄字串。 這可以是 winrt::hstring,因為 hstring的 轉換運算子是 std::wstring_view。
傳回值
std::string,其中包含轉換 參數所產生的 UTF-8 窄字串。
規格需求
最低支援的 SDK:Windows SDK 10.0.17134.0 版 (Windows 10版本 1803)
命名空間: winrt
標頭: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion <> \cppwinrt\winrt\base.h 預設包含 ()