ValueConverters 3.1.22
See the version list below for details.
dotnet add package ValueConverters --version 3.1.22
NuGet\Install-Package ValueConverters -Version 3.1.22
<PackageReference Include="ValueConverters" Version="3.1.22" />
<PackageVersion Include="ValueConverters" Version="3.1.22" />
<PackageReference Include="ValueConverters" />
paket add ValueConverters --version 3.1.22
#r "nuget: ValueConverters, 3.1.22"
#:package ValueConverters@3.1.22
#addin nuget:?package=ValueConverters&version=3.1.22
#tool nuget:?package=ValueConverters&version=3.1.22
A collection of commonly used IValueConverters for WPF applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
| Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
- ValueConverters.Annotations (>= 3.1.22)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ValueConverters:
| Package | Downloads |
|---|---|
|
Zafiro.Wpf
La crema for WPF |
|
|
Zafiro.UI.Wpf
La crema for WPF |
|
|
SysMsgWithPrism
WPF快捷消息框 |
|
|
Galosoft.IaaS.Wpf
Galosoft.IaaS快速开发库 |
|
|
TigLib.Converters
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ValueConverters:
| Repository | Stars |
|---|---|
|
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
|
|
|
WOA-Project/WoA-Installer-Rpi
This repository was deprecated, use:
|
|
|
WOA-Project/WOA-Deployer-Lumia
Making your Lumias great again!
|
|
|
zxbmmmmmmmmm/SkylineWeather
UWP Weather App
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.8-pre | 78 | 5/26/2026 |
| 4.2.7-pre | 99 | 5/24/2026 |
| 4.2.6-pre | 89 | 5/23/2026 |
| 4.2.5-pre | 89 | 5/23/2026 |
| 4.2.3-pre | 85 | 5/22/2026 |
| 4.2.2-pre | 86 | 5/22/2026 |
| 4.2.1-pre | 88 | 5/15/2026 |
| 4.2.0-pre | 95 | 5/15/2026 |
| 4.1.16-pre | 140 | 1/7/2026 |
| 4.1.15-pre | 124 | 12/30/2025 |
| 4.1.11-pre | 118 | 12/30/2025 |
| 4.1.10-pre | 126 | 12/30/2025 |
| 4.1.6-pre | 289 | 12/17/2025 |
| 4.1.5-pre | 299 | 12/17/2025 |
| 4.1.3-pre | 301 | 12/17/2025 |
| 4.1.2-pre | 288 | 12/17/2025 |
| 4.0.16-pre | 295 | 12/17/2025 |
| 4.0.9-pre | 239 | 10/3/2025 |
| 4.0.6-pre | 364 | 5/7/2025 |
| 3.1.22 | 11,919 | 9/26/2024 |
3.1.x
- Add XmlnsPrefix and XmlnsDefinition
3.0.x
- Add support for .NET MAUI
2.3.x
- Add MinMaxValueToBoolConverter, IsInRangeConverter
2.2.x
- Add PreferredCulture to each converter in order to determine the preferred cultureinfo
- Maintenance updates
2.1.x
- Fix null reference exception in UWP (language to cultureinfo conversion)
- Add ValueConverterGroup for piped IValueConverter sequences
- Add FirstOrDefaultConverter to extract first or default object from IEnumerable
- Add ValueToEnumerableConverter to wrap value into IEnumerable
2.0.x
- Add support for .NET Standard
- Rename StringLengthToBoolConverter to StringIsNotNullOrEmptyConverter
- Add GuidToStringConverter to convert Guid to string (and back)
- Add StringCaseConverter for ToUpper and ToLower conversion of strings
1.0.8
- Add DoubleToBoolConverter, IntegerToBoolConverter, StringToBoolConverter
- EnumWrapperConverter ConvertBack support for Nullable<T>
- Add VersionToStringConverter with parameter 'fieldCount'
1.0.7
- Bug fix in EnumWrapper when resolving Display attribute
- Add StringToObjectConverter to map from string keys to objects
- Add NullToBoolConverter
- Depricated Windows Phone 8.x support
1.0.6
- Add StringToDecimalConverter
- Add ValueToBoolConverter
- Add BoolToObjectConverter
1.0.5
- Add IsEmptyConverter to check for empty strings and other IEnumerables
- Add SingletonConverterBase which provides a static/reusable Instance
1.0.4
- Cleanup
1.0.3
- Add VisibilityInverter
1.0.2
- Add support for Windows 10 Universal Windows Platform (UWP)
- Add StringLengthToBoolConverter
- Extended BoolToValueConverter with IsInverted property
- Add EnumWrapperConverter to all platforms
- Extended EnumWrapper with LocalizedValue property for better INotifyPropertyChanged support
1.0.1
- Add BoolNegationConverter
- Add BoolToThicknessConverter
- Add BoolToVisibilityConverter
- Add EnumToObjectConverter
- Add EnumWrapperConverter
- Add EnumToBoolConverter
- Add DebugConverter
1.0.0
- Add BoolToBrushConverter
- Add BoolToDoubleConverter
- Add BoolToFontWeightConverter
- Add BoolToStringConverter
- Add BoolToValueConverter
- Add DateTimeConverter