[]
        
(Showing Draft Content)

C1.WPF.CustomConverter

CustomConverter Class

Converter which receive a function to convert the value

Inheritance
CustomConverter
Implements
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class CustomConverter : IValueConverter

Methods

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.