MultiConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |