IValueConverter Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
Show: