A way to "naturally" sort strings so that ordering the strings "10" and "2" returns "2" followed by 10.
Info
Version: | 1.0.0 |
Author(s): | Peter A Majeed |
Last Update: | Monday, May 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/buildium/compared-queryable |
NuGet Url: | https://www.nuget.org/packages/Buildium.NaturalSort |
Install
Install-Package Buildium.NaturalSort
dotnet add package Buildium.NaturalSort
paket add Buildium.NaturalSort
Buildium.NaturalSort Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags