Xamarin.Forms.IValueConverter: Method Members

The methods of Xamarin.Forms.IValueConverter are listed below. For a list of all members, see the IValueConverter Members list.

Public Methods

Convert(object, Type, object, System.Globalization.CultureInfo) : object
Implement this method to convert value to targetType by using parameter and culture.
ConvertBack(object, Type, object, System.Globalization.CultureInfo) : object
Implement this method to convert value back from targetType by using parameter and culture.