Tuesday, May 8, 2018

Learn About Converters In WPF

Converters are basically a medium to convert values in one form to another form. Converters usually implement IValueConverter interface, which contain two methods, Convert() and ConvertBack().

source https://www.c-sharpcorner.com/article/learn-about-converters-in-wpf/

No comments:

Post a Comment