Share via


IndexToArrayItemConverter.ConvertBack Method

Definition

Converts back an array item to corresponding index of the item in the array.

public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

The item from the array.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

The items array.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

The index of the item from the array.

Implements

Applies to