A Type Converter allows you to convert values from a type to a different type, this is helpful when creating bindable properties in Xamarin Forms because it saves you a lot of time and validation code. In this article, I’m going to show you a few use cases where you can use it. NOTE: If […]