[]
Converts a binding target value to the source binding values.
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Type | Name | Description |
---|---|---|
object | value | The value that the binding target produces. |
Type[] | 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. |
object | parameter | The converter parameter to use. |
CultureInfo | culture | The culture to use in the converter. |
Type | Description |
---|---|
object[] | An array of values that have been converted from the target value back to the source values. |
Type | Condition |
---|---|
NotImplementedException | Thrown always as this method is not implemented. |