Date: 9/9/2011
Level: Beginner
Author: Derik Whittaker
Tags: Windows Phone 7 Silverlight
Views: (4138) Watched: (3207)
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.