
rubenhak.com
rubenhak.comRuben Hakopian’s Personal Development Blog. Useful WPF Data Converters. May 31st, 2012. Just sharing the most common WPF data binding converters that I encounter on day to day basis. This should be beneficial for every WPF developer. Usage in XAML should be as follows:. Define the XAML namespace to point to the common namespace where you would store your common converters. For example:. Use converter like this:. Binding Path=Something, Converter={x:Static converters:BoolToVisibleConverter.Instance}.
http://www.rubenhak.com/