C# Class Core2D.Avalonia.Converters.ByteToStringConverter

Converts a binding value object from byte to string and back from string to byte.
Inheritance: IValueConverter
Show file Open project: Core2D/Core2D

Public Properties

Property Type Description
Instance ByteToStringConverter

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 ByteToStringConverter.
public static ByteToStringConverter,Core2D.Avalonia.Converters Instance
return ByteToStringConverter