Share via


IndexToArrayItemConverter.Convert(Object, Type, Object, CultureInfo) Method

Definition

Converts an System.Int32 index to corresponding array item.

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

Parameters

value
System.Object

The index of items 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 item from the array that corresponds to passed index.

Implements

Applies to