Xamarin.Forms.IValueConverter Members

The members of Xamarin.Forms.IValueConverter are listed below.

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.