| IValueConverter Interface |
Namespace: Windows.UI.Xaml.Data
public interface IValueConverter
The IValueConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| Convert |
Modifies the source data before passing it to the target for display in the UI.
| |
| ConvertBack |
Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.
|