[]
Converter which receive a function to convert the value
public class CustomConverter : IValueConverter
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Modifies the source data before passing it to the target for display in the UI. |
| ConvertBack(object, Type, object, CultureInfo) | Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings. |
| Create(Func<object, Type, object, CultureInfo, object>) | Creates the specified converter function. |
| Create(Func<object, Type, object, CultureInfo, object>, Func<object, Type, object, CultureInfo, object>) | Creates the specified converter function. |