Share via


MultiConverter Class

Definition

Converts an incoming value using all of the incoming converters in sequence.

public class MultiConverter : System.Collections.Generic.List<Xamarin.Forms.IValueConverter>, Xamarin.Forms.IValueConverter
Inheritance
System.Collections.Generic.List<IValueConverter>
MultiConverter
Implements

Constructors

MultiConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Uses the incoming converters to convert the value.

ConvertBack(Object, Type, Object, CultureInfo)

This method is not implemented and will throw a System.NotImplementedException.

Applies to