MultiConverter Clase

Definición

Convierte un valor entrante mediante todos los convertidores entrantes en secuencia.

public class MultiConverter : System.Collections.Generic.List<Xamarin.Forms.IValueConverter>, Xamarin.Forms.IValueConverter
Herencia
System.Collections.Generic.List<IValueConverter>
MultiConverter
Implementaciones

Constructores

MultiConverter()

Convierte un valor entrante mediante todos los convertidores entrantes en secuencia.

Métodos

Convert(Object, Type, Object, CultureInfo)

Usa los convertidores entrantes para convertir el valor.

ConvertBack(Object, Type, Object, CultureInfo)

Este método no se implementa y producirá un System.NotImplementedException.

Se aplica a