How do I use a ValueConverter in with Databinding in Winforms

Posted by Ian Ringrose on Stack Overflow See other posts from Stack Overflow or by Ian Ringrose
Published on 2010-04-16T12:27:18Z Indexed on 2010/04/19 19:13 UTC
Read the original article Hit count: 455

Filed under:
|

In WPF it is easy to use a ValueConverter to format values etc, (in our case convert some numbers into a different unit, e.g km to miles)

I know it can be done in Winforms, but all my Googleing just brings up results for WPF and Silverlight.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about databinding