Click or drag to resize
IValueConverter Interface
Exposes methods that allow the data to be modified as it passes through the binding engine.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public interface IValueConverter

The IValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Modifies the source data before passing it to the target for display in the UI.
Public methodConvertBack
Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.
Top
See Also