C# Class OmniXaml.Typing.CommonValueConversion

Mostrar archivo Open project: AvaloniaUI/OmniXAML

Private Properties

Property Type Description
CommonValueConversion System

Public Methods

Method Description
TryConvert ( object value, XamlType targetType, IValueContext valueContext, object &result ) : bool

Private Methods

Method Description
CommonValueConversion ( ) : System

Method Details

TryConvert() public static method

public static TryConvert ( object value, XamlType targetType, IValueContext valueContext, object &result ) : bool
value object
targetType XamlType
valueContext IValueContext
result object
return bool