SingleFile.VB.ExtByte.ToEnglishOrdinal 1.0.25

dotnet add package SingleFile.VB.ExtByte.ToEnglishOrdinal --version 1.0.25
NuGet\Install-Package SingleFile.VB.ExtByte.ToEnglishOrdinal -Version 1.0.25
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="SingleFile.VB.ExtByte.ToEnglishOrdinal" Version="1.0.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SingleFile.VB.ExtByte.ToEnglishOrdinal --version 1.0.25
#r "nuget: SingleFile.VB.ExtByte.ToEnglishOrdinal, 1.0.25"
#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 SingleFile.VB.ExtByte.ToEnglishOrdinal as a Cake Addin
#addin nuget:?package=SingleFile.VB.ExtByte.ToEnglishOrdinal&version=1.0.25

// Install SingleFile.VB.ExtByte.ToEnglishOrdinal as a Cake Tool
#tool nuget:?package=SingleFile.VB.ExtByte.ToEnglishOrdinal&version=1.0.25

VB.NET source file that contains an extension method that translates a byte into an English ordinal (1, 2, 3 becomes "1st", "2nd", "3rd").

Supported versions:
.NET Framework 3.5
.NET Framework 4.0
.NET Framework 4.5
.NET Framework 4.5.1
.NET Framework 4.5.2
.NET Framework 4.6
.NET Framework 4.6.1

Language requirement:
Visual Basic 9 (shipped in 2007 with .NET 3.5)

This package is part of the "SingleFile.VB" collection that consists of small utilities in the form of VB.NET source files, usually two of them per package, namely the code file and the test file (Microsoft standard unit tests) as well as the license files that are shared over all "Single.VB" packages.

Some philosophy:

Extension methods and other static utility functions are not shared accross projects resp. assemblies but included wherever they are needed. For that reason they are declared "Friend" and namespace-less as they are supposed to be part of the project's current namespace.

Unit test files are added directly to the project and declared "Public" because of limitations of that framework, but they are only compiled in debug mode (through a compiler directive that checks for the "DEBUG" keyword). This allows to keep the tests very near to the code which simplifies access to internal members but does not bulk the published version. The reference to "Microsoft.​VisualStudio.​TestTools.​UnitTesting" (assembly "Microsoft.​VisualStudio.​QualityTools.​UnitTestFramework.dll") is only needed during development and may be declared with "Copy Local = False".

The NuGet package version is global across all "Single.VB" packages, and they always reference other packages of the same version (most recent at the time of publishing). This greatly simplifies my dependency handling and therefore improves the quality of the NuGet packages, but may leed to an updated package that does not contain any code change. I apologize for that inconvenience.

Your feedback and/or contribution is welcome. Please contact me on singlefile.vb@gmail.com.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.25 1,191 1/21/2016

SingleFile.VB (1.0.25)
VB.NET Source File Collection
Packaged on 2016-01-22 00:16

Initial release.