Method | Description | |
---|---|---|
Convert ( object value, |
Modifies the source data before passing it to the target for display in the UI.
|
|
ConvertBack ( object value, |
Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.
|
public Convert ( object value, |
||
value | object | |
targetType | ||
parameter | object | |
language | string | |
return | object |
public ConvertBack ( object value, |
||
value | object | |
targetType | ||
parameter | object | |
language | string | |
return | object |