Dawn.ValueString 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dawn.ValueString --version 1.0.0
NuGet\Install-Package Dawn.ValueString -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dawn.ValueString" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dawn.ValueString --version 1.0.0
#r "nuget: Dawn.ValueString, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dawn.ValueString as a Cake Addin
#addin nuget:?package=Dawn.ValueString&version=1.0.0

// Install Dawn.ValueString as a Cake Tool
#tool nuget:?package=Dawn.ValueString&version=1.0.0

ValueString struct allows you to encapsulate a string and parse it to any type. It is intended to be used for convenience when there is a need to initialize typed instances from culture-neutral (invariant) strings.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dawn.ValueString:

Package Downloads
OpenSoftware.OptionParser

OptionParser is a library that deals with option parsing and option handling for command-line (CLI) programs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 3,769 3/15/2018
2.0.0 2,109 12/5/2017
1.5.0 873 12/4/2017
1.4.1 865 11/30/2017
1.4.0 830 11/22/2017
1.3.2 1,027 11/17/2017
1.3.1 1,069 11/15/2017
1.3.0 1,039 11/13/2017
1.2.2 1,052 11/12/2017
1.2.1 1,062 11/12/2017
1.2.0 1,063 11/9/2017
1.1.1 1,066 10/29/2017
1.1.0 845 10/27/2017
1.0.2 851 10/13/2017
1.0.1 958 12/5/2016
1.0.0 1,141 12/3/2016
0.1.0 1,580 11/29/2016

The first stable release of ValueString.