CVB.Net 15.0
Loading...
Searching...
No Matches
TernaryEqualityCheckConverter Class Reference

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...

Public Member Functions

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.
 

Detailed Description

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.

Member Function Documentation

◆ Convert()

object Convert ( object[] values,
Type targetType,
object parameter,
CultureInfo culture )

Conversion (see MSDN help for more information about this method...).

Parameters
valuesInput values to be converted
targetTypeTarget data type (currently only double is supported
parameterMathmetical expression.
cultureIgnored
Returns
Conversion result

◆ ConvertBack()

object[] ConvertBack ( object value,
Type[] targetTypes,
object parameter,
CultureInfo culture )

Inverse conversion - not supported by this converter.

Parameters
valueIgnored.
targetTypesIgnored.
parameterIgnored.
cultureIgnored.
Returns
Nothing.