Method Convert
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Convert(object[], Type, object, CultureInfo)
Converts the selected item and a dictionary of items to a boolean value indicating if the selected item is present in the dictionary.
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
valuesobject[]An array of objects containing the selected item and the dictionary of items.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns
- object
True if the selected item is present in the dictionary; otherwise, false.