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 (7)
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 |
|
|
Galosys.Foundation.Wpf
Galosys.Foundation快速开发库 |
|
|
SysMsgWithPrism
WPF快捷消息框 |
|
|
Galosoft.IaaS.Wpf
Galosoft.IaaS快速开发库 |
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.1.16-pre | 116 | 1/7/2026 |
| 4.1.15-pre | 108 | 12/30/2025 |
| 4.1.11-pre | 100 | 12/30/2025 |
| 4.1.10-pre | 109 | 12/30/2025 |
| 4.1.6-pre | 276 | 12/17/2025 |
| 4.1.5-pre | 285 | 12/17/2025 |
| 4.1.3-pre | 288 | 12/17/2025 |
| 4.1.2-pre | 274 | 12/17/2025 |
| 4.0.16-pre | 280 | 12/17/2025 |
| 4.0.9-pre | 224 | 10/3/2025 |
| 4.0.6-pre | 346 | 5/7/2025 |
| 3.1.22 | 11,192 | 9/26/2024 |
| 3.1.14-pre | 193 | 9/26/2024 |
| 3.1.11-pre | 241 | 9/2/2024 |
| 3.1.8-pre | 223 | 9/2/2024 |
| 3.1.7-pre | 231 | 8/30/2024 |
| 3.0.26 | 10,611 | 1/31/2023 |
| 3.0.24-pre | 716 | 12/31/2022 |
| 3.0.23-pre | 676 | 12/31/2022 |
| 3.0.22-pre | 696 | 12/31/2022 |
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