JJ.Framework.Conversion
1.5.6877.41333
Makes it easier to convert simple types.
Install-Package JJ.Framework.Conversion -Version 1.5.6877.41333
dotnet add package JJ.Framework.Conversion --version 1.5.6877.41333
<PackageReference Include="JJ.Framework.Conversion" Version="1.5.6877.41333" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JJ.Framework.Conversion --version 1.5.6877.41333
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
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.
Dependencies
-
- JetBrains.Annotations (>= 2018.2.1)
- JJ.Framework.Common (>= 1.5.0 && < 1.6.0)
- JJ.Framework.Reflection (>= 1.5.0 && < 1.6.0)
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
1.5.6877.41333 | 1,092 | 10/31/2018 |
1.4.6862.40448 | 488 | 10/15/2018 |
1.3.6681.33424 | 696 | 4/17/2018 |
1.2.6640.39176 | 402 | 3/7/2018 |
1.1.0.31224 | 419 | 3/4/2018 |
1.0.6636.36531 | 428 | 3/3/2018 |
1.0.6636.32245 | 501 | 3/3/2018 |
1.0.6636.31799 | 451 | 3/3/2018 |