Dawn.ValueString
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Dawn.ValueString --version 1.0.1
NuGet\Install-Package Dawn.ValueString -Version 1.0.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dawn.ValueString --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dawn.ValueString, 1.0.1"
#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.1 // Install Dawn.ValueString as a Cake Tool #tool nuget:?package=Dawn.ValueString&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- System.Reflection (>= 4.3.0)
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 | 6,502 | 3/15/2018 | |
2.0.0 | 2,176 | 12/5/2017 | |
1.5.0 | 935 | 12/4/2017 | |
1.4.1 | 942 | 11/30/2017 | |
1.4.0 | 900 | 11/22/2017 | |
1.3.2 | 1,097 | 11/17/2017 | |
1.3.1 | 1,137 | 11/15/2017 | |
1.3.0 | 1,103 | 11/13/2017 | |
1.2.2 | 1,120 | 11/12/2017 | |
1.2.1 | 1,133 | 11/12/2017 | |
1.2.0 | 1,132 | 11/9/2017 | |
1.1.1 | 1,129 | 10/29/2017 | |
1.1.0 | 906 | 10/27/2017 | |
1.0.2 | 920 | 10/13/2017 | |
1.0.1 | 1,022 | 12/5/2016 | |
1.0.0 | 1,209 | 12/3/2016 | |
0.1.0 | 1,649 | 11/29/2016 |
Equals(object) now supports null values.