Click or drag to resize
IValueConverter Methods

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