C# Class Emlid.WindowsIot.Common.HexByteValueConverter

Hexadecimal value converter enables hexadecimal values to be used in data binding.
Inheritance: IValueConverter
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, string language ) : object

Modifies the source data before passing it to the target for display in the UI.

ConvertBack ( object value, Type targetType, object parameter, string language ) : object

Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.

Method Details

Convert() public méthode

Modifies the source data before passing it to the target for display in the UI.
public Convert ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object

ConvertBack() public méthode

Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.
public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object