Scott Logic

A Universal Value Converter for WPF

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 more concise property setters. Introduction One of the great features of the XAML language is that [...]