Stringly.Typed
1.1.0
Provides base classes to automagically parse concrete types (and primitives) to/from a string. Custom types can easily be created to validate the given string against a regular expression, so you know the string is "correct".
Install-Package Stringly.Typed -Version 1.1.0
dotnet add package Stringly.Typed --version 1.1.0
<PackageReference Include="Stringly.Typed" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stringly.Typed --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added support for absolute URIs.
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
GitHub Usage
This package is not used by any popular GitHub repositories.