[]
Converts source values to a value for the binding target.
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object[] | values | |
| Type | targetType | |
| object | parameter | |
| CultureInfo | culture |
| Type | Description |
|---|---|
| object |
Converts a value.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | |
| Type | targetType | |
| object | parameter | |
| CultureInfo | culture |
| Type | Description |
|---|---|
| object |