Finding IValueConverter

Anonymous
2020-12-01T17:26:49.937+00:00

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,822 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 84,871 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 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.