JJ.Framework.Conversion
1.5.6877.41333
Prefix Reserved
dotnet add package JJ.Framework.Conversion --version 1.5.6877.41333
NuGet\Install-Package JJ.Framework.Conversion -Version 1.5.6877.41333
<PackageReference Include="JJ.Framework.Conversion" Version="1.5.6877.41333" />
paket add JJ.Framework.Conversion --version 1.5.6877.41333
#r "nuget: JJ.Framework.Conversion, 1.5.6877.41333"
// Install JJ.Framework.Conversion as a Cake Addin #addin nuget:?package=JJ.Framework.Conversion&version=1.5.6877.41333 // Install JJ.Framework.Conversion as a Cake Tool #tool nuget:?package=JJ.Framework.Conversion&version=1.5.6877.41333
JJ.Framework.Conversion
Makes it easier to convert simple types.
SimpleTypeConverter.ParseValue
: One method to parse numeric types, their signed and unsigned variations, DateTime, TimeSpan, Guid and Enum types, IntPtr, UIntPtr and their nullable variations. Those often require different types of conversions. This method just takes care of it.SimpleTypeConverter.ConvertValue
: Makes it easier to convert nullables along with non-nullables.DecimalParser
,DoubleParser
,Int16Parser
,Int32Parser
,Int64Parser
,SingleParser
: If you want to be more specific in what it is you parse: these classes make it easier to parse nullables.EnumParser
: Make it a little easier to use enum parsing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- JetBrains.Annotations (>= 2018.2.1)
- JJ.Framework.Common (>= 1.5.0 && < 1.6.0)
- JJ.Framework.Reflection (>= 1.5.0 && < 1.6.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on JJ.Framework.Conversion:
Package | Downloads |
---|---|
JJ.Framework.Xml
XmlToObjectConverter converts an XmlDocument or string to an object graph. The way to map XML to classes is easier than the classic ways in .NET. XmlHelper allows you to access XML in a null-safe and multiplicity-safe way. It uses XmlDocument as the underlying .NET API. |
|
JJ.Framework.Configuration
Allows you to work with complex configuration structures in your app.config or web.config files. Doing it the classic way with System.Configuration is difficult and error prone. JJ.Framework.Configuration makes it super easy. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.6877.41333 | 2,113 | 10/31/2018 |
1.4.6862.40448 | 3,212 | 10/15/2018 |
1.3.6681.33424 | 1,196 | 4/17/2018 |
1.2.6640.39176 | 930 | 3/7/2018 |
1.1.0.31224 | 962 | 3/4/2018 |
1.0.6636.36531 | 964 | 3/3/2018 |
1.0.6636.32245 | 1,153 | 3/3/2018 |
1.0.6636.31799 | 1,122 | 3/3/2018 |