0
kicks
Learning how to use Value Converters in Silverlight
Taking 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.