C# Class Catel.LogAnalyzer.Converters.OutputTypeConverter

Inheritance: ValueConverterBase
Show file Open project: Catel/Catel.LogAnalyzer

Protected Methods

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

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

Method Details

Convert() protected method

Modifies the source data before passing it to the target for display in the UI.
protected Convert ( object value, Type targetType, object parameter ) : object
value object The source data being passed to the target.
targetType System.Type The of data expected by the target dependency property.
parameter object An optional parameter to be used in the converter logic.
return object