[]
Converters values using the specified delegates.
public class DelegateConverter : IValueConverter
Name | Description |
---|---|
Convert(object, Type, object, string) | Modifies the source data before passing it to the target for display in the UI. |
ConvertBack(object, Type, object, string) | Modifies the target data before passing it to the source object. This method is called only in System.Windows.Data.BindingMode.TwoWay bindings. |
Create(Func<object, object>) | Creates the specified converter function. |
Create(Func<object, Type, object, string, object>) | Creates the specified converter function. |
Create(Func<object, Type, object, string, object>, Func<object, Type, object, string, object>) | Creates the specified converter function. |