Finding IValueConverter

C Poston 21 Reputation points
2020-12-01T17:26:49.937+00:00

What do I need to include in my NET library to use IValueConverter?

.NET Standard
.NET Standard
A formal specification of .NET APIs that are available on multiple .NET implementations.
494 questions
No comments
{count} votes

Accepted answer
  1. Castorix31 69,256 Reputation points
    2020-12-01T17:47:45.227+00:00

    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;

0 additional answers

Sort by: Most helpful