Method | Description | |
---|---|---|
Convert ( object values, |
Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.
|
|
ConvertBack ( object value, |
Converts a binding target value to the source binding values.
|
public Convert ( object values, |
||
values | object | The array of values that the source bindings in the |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, |
||
value | object | The value that the binding target produces. |
targetTypes | The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object[] |