Qhta.OrdNumbers 2.2.1

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

// Install Qhta.OrdNumbers as a Cake Tool
#tool nuget:?package=Qhta.OrdNumbers&version=2.2.1

Ordinal number is a sequence of segments separated by dots. A segment is a cardinal number from 0 to 16777215.
Each segment number can be directly followed by its variant symbol  - a letter from "a" to "z" (or two letters).
Variant "a" is the first, variant "z" is 26th. If a segment has more variants than 26 then subsequent variants are symbolized by two-letter sequences: "aa", "ab", "ac" till "iu" (last possible variant is 255th).
Ordinal numbers are easily converted to/from strings. One-segment ordinal numbers (without) variants are compatible with integer numbers, two-segment ordinal numbers are compatible with real numbers.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Qhta.OrdNumbers:

Package Downloads
Qhta.MVVM

A simple MVVM framework which enables worker threads to invoke UI notification via DispatchedObjects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 663 5/11/2020
2.1.1 458 5/7/2020
2.1.0 578 10/29/2018
2.0.0 771 10/22/2018
1.0.0 566 10/21/2018

Operations on OrdNum parts  implemented: StartsWith, LeftSegments, RightSegments, MidSegments.