A Universal Value Converter for WPF
Colin Eberhardt, July 9th, 2010
This post provides a simple IValueConverter implementation that makes use of the framework type converters in order to convert between a large range of source / target types. This converter can be used both within bindings and in code-behind to give mo…

