Share via


IndexToArrayItemConverter Class

Definition

Converts an System.Int32 index to corresponding array item and vice versa.

public class IndexToArrayItemConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
Inheritance
System.Object
IndexToArrayItemConverter
Implements

Constructors

IndexToArrayItemConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Converts an System.Int32 index to corresponding array item.

ConvertBack(Object, Type, Object, CultureInfo)

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

ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Explicit Interface Implementations

IMarkupExtension.ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Applies to