Table of Contents

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

values object[]

An array of objects containing the selected item and the dictionary of items.

targetType Type

The type of the binding target property.

parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object

True if the selected item is present in the dictionary; otherwise, false.