.NET Standard
A formal specification of .NET APIs that are available on multiple .NET implementations.
494 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What do I need to include in my NET library to use IValueConverter?
PresentationFramework.dll
For example,
Add Project Reference :
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.7.2\PresentationFramework.dll
and at beginnning :
using System.Windows.Data;