[]
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 | |
| Type[] | targetTypes | |
| object | parameter | |
| CultureInfo | culture |
| Type | Description |
|---|---|
| object[] |
Converts a value.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | |
| Type | targetType | |
| object | parameter | |
| CultureInfo | culture |
| Type | Description |
|---|---|
| object |