The text of this article is not in this database — only its details are. Read it on the old site: WPF Value Converters
7 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: WPF Value Converters
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ammar ShaukatPosted Sep 26, 2017, 7:06 AM
Very good content but examples you used are not mature and strong enough to demonstrate the subject matter . Can you please provide some real time examples.
Rajeev RoyPosted Sep 4, 2017, 3:43 AM
Very easy and useful example. Thank you so much for this example and making me understand the IValueConverter.
Afzaal Ahmad ZeeshanPosted Jun 6, 2015, 3:41 AM
Just a suggestion for you Kailash, if your data type is "bool" and not Nullable bool (bool?). Then you can easily use the variable in the parenthesis as "if(married) { }". There is no need to test it against "true". You only have to test it against a true, if the type is Nullable bool. :) Otherwise, good article.
Former memberPosted May 18, 2015, 3:58 AM
Thanks Santhakumar
Santhakumar MunuswamyPosted May 17, 2015, 1:04 AM
Thanks for sharing