27 Views
When working with Data Binding in Xamarin.Forms you can often end up with a property in your ViewModel that's of the wrong type or needs to be converted. Maybe you've got doublefor a total and you want a field to change colour if it's negative, or an enum that should be displayed as a user friendly string.
0 comments