Compares the binding values 1 and 2. If both are equal (or not equal, depending on the parameter value...) then value 3 is returned, otherwise value 4 is returned. Any value beyond 4 will be ignored.
More...
|
object | Convert (object[] values, Type targetType, object parameter, CultureInfo culture) |
| Conversion (see MSDN help for more information about this method...).
|
|
object[] | ConvertBack (object value, Type[] targetTypes, object parameter, CultureInfo culture) |
| Inverse conversion - not supported by this converter.
|
|
Compares the binding values 1 and 2. If both are equal (or not equal, depending on the parameter value...) then value 3 is returned, otherwise value 4 is returned. Any value beyond 4 will be ignored.
◆ Convert()
object Convert |
( |
object[] | values, |
|
|
Type | targetType, |
|
|
object | parameter, |
|
|
CultureInfo | culture ) |
Conversion (see MSDN help for more information about this method...).
- Parameters
-
values | Input values to be converted |
targetType | Target data type (currently only double is supported |
parameter | Mathmetical expression. |
culture | Ignored |
- Returns
- Conversion result
◆ ConvertBack()
object[] ConvertBack |
( |
object | value, |
|
|
Type[] | targetTypes, |
|
|
object | parameter, |
|
|
CultureInfo | culture ) |
Inverse conversion - not supported by this converter.
- Parameters
-
value | Ignored. |
targetTypes | Ignored. |
parameter | Ignored. |
culture | Ignored. |
- Returns
- Nothing.