Info
Version: | 2.1.0 |
Author(s): | Mithun Basak |
Last Update: | Thursday, March 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nuthim/Stringify |
NuGet Url: | https://www.nuget.org/packages/Stringify.Library |
Install
Install-Package Stringify.Library
dotnet add package Stringify.Library
paket add Stringify.Library
Stringify.Library Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel(>= 4.3.0)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
Tags
It is very common to have the ability to convert string data back and forth to primitive types. Stringify lets to do this and more by extending the idea to any type and providing a overly simple api hiding all complexities.