Implementing value converters with IValueConverter for Xamarin.Forms4 July 2017·4 minsWhen using XAML the IValueConverter might be needed for values that aren’t directly of the required type. This post teaches you how to implement them.