C# Class Core2D.Avalonia.Converters.ObjectToXamlStringConverter

Converts a binding value object Type to a xaml string.
Inheritance: IValueConverter
Show file Open project: Core2D/Core2D

Public Properties

Property Type Description
Instance ObjectToXamlStringConverter

Private Properties

Property Type Description

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

Method Details

Convert() public method

Converts a value.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
return object

ConvertBack() public method

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
return object

Property Details

Instance public static property

Gets an instance of a ObjectToXamlStringConverter.
public static ObjectToXamlStringConverter,Core2D.Avalonia.Converters Instance
return ObjectToXamlStringConverter