[]
        
(Showing Draft Content)

C1.WinUI.Core.DelegateConverter

DelegateConverter Class

Converters values using the specified delegates.

Inheritance
DelegateConverter
Implements
IValueConverter
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class DelegateConverter : IValueConverter

Methods

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.