문제

When creating WPF user controls I often find myself creating small converter classes when binding values.

Often you need to do similar conversions, and it made me wonder whether I might be missing some existing available implementations.

  • Does the .NET library contain any implementations of IValueConverter or IMultiValueConverter?
  • Has there been any attempt made to create a library of reusable value converters?
도움이 되었습니까?

해결책

There are not many built-in, public are:

May have missed some...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top