Writing XAML Value Converters for Xamarin Forms
Explanation XAML isn’t perfect. It is often missing some tools that honestly should just be a party of the set. For example, express if a value is null or not null. What we will want to use is the IValueConverter interface. This interface has two methods defined:object Convert These two methods are used to convert … Writing XAML Value Converters for Xamarin Forms