Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 640 Bytes

xamlbindinghelper_convertvalue_1307887699.md

File metadata and controls

32 lines (21 loc) · 640 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(Windows.UI.Xaml.Interop.TypeName,System.Object)
winrt method

Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue

-description

Converts a value from a source type to a target type.

-parameters

-param type

The type to convert the value from.

-param value

The value to convert.

-returns

The converted value.

-remarks

This method is for use in code that is generated by the XAML compiler.

-examples

-see-also