MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ConvertBack

Method ConvertBack

FastCopy/DoubleToStringConverter.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 winrt::Windows::Foundation::IInspectable DoubleToStringConverter::ConvertBack(
24 winrt::Windows::Foundation::IInspectable const& value,
25 winrt::Windows::UI::Xaml::Interop::TypeName const& targetType,
26 winrt::Windows::Foundation::IInspectable const& parameter,
27 winrt::hstring const& language)
28 {
29 throw std::exception{};
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected