The methods of Xamarin.Forms.IValueConverter are listed below. For a list of all members, see the IValueConverter Members list.
Convert(object, Type, object, System.Globalization.CultureInfo)Implement this method to convert value to targetType by using parameter and culture. | ||
ConvertBack(object, Type, object, System.Globalization.CultureInfo)Implement this method to convert value back from targetType by using parameter and culture. | ||