Author: Derik Whittaker
This episode we are we are going to take a look at how to use and harness the power of Value Converters.
A Value Converter (IValueConverter) allows for you to perform custom logic during Bind time in XAML based applications. With a value converter you can implement pretty much any type of complex logic you want (bool to visibility, changing styles, etc) at runtime and have this logic extracted away in a stand alone class.
Watch Here
View Details Here
This episode we are we are going to take a look at how to use and harness the power of Value Converters.
A Value Converter (IValueConverter) allows for you to perform custom logic during Bind time in XAML based applications. With a value converter you can implement pretty much any type of complex logic you want (bool to visibility, changing styles, etc) at runtime and have this logic extracted away in a stand alone class.
Watch Here
View Details Here