Search

What?

This project contains a set of generic binding converters that can be used in most any WPF (or Silverlight) application.

Why?

Just about every non-trivial WPF application requires some custom binding converters. A set of dependable, general-purpose converters greatly reduces the number of converters that you must write yourself.

Where?

Documentation, binaries, and source for WPF Converters can be downloaded from the releases section. WPF Converters is also available via NuGet.

How?

<TextBox x:Name="nameTextBox"/>
<TextBlock>
    <Run>Your name in upper case is </Run>
    <Run Text="{Binding Text, ElementName=amountTextBox, Converter={con:CaseConverter Upper}}"/>
</TextBlock>
Please download the documentation for detailed explanations of every converter, along with examples of use. The source code download also includes sample projects for both WPF and Silverlight.

Who?

WPF Converters is currently developed solely by Kent Boogaart.

Primary Features

  • WPF 3.5 and 4.0 support
  • Silverlight support
  • Extensively unit tested
  • Many converters including ExpressionConverter, which allows arbitrary C# expressions to be applied to bound values, and MapConverter, which maps input values to corresponding outputs.
Last edited Sep 21 2011 at 4:43 PM by kentcb, version 12
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365