ExtendType.OfString
2.5.4
dotnet add package ExtendType.OfString --version 2.5.4
NuGet\Install-Package ExtendType.OfString -Version 2.5.4
<PackageReference Include="ExtendType.OfString" Version="2.5.4" />
paket add ExtendType.OfString --version 2.5.4
#r "nuget: ExtendType.OfString, 2.5.4"
// Install ExtendType.OfString as a Cake Addin #addin nuget:?package=ExtendType.OfString&version=2.5.4 // Install ExtendType.OfString as a Cake Tool #tool nuget:?package=ExtendType.OfString&version=2.5.4
A library of fluent utility extensions for System.String
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.4 | 324 | 11/14/2014 |
2.5.3 | 382 | 11/14/2014 |
2.5.2 | 352 | 11/11/2014 |
2.5.1 | 351 | 11/11/2014 |
2.5.0 | 59 | 10/28/2014 |
2.4.8 | 58 | 10/27/2014 |
2.4.7 | 68 | 10/13/2014 |
2.4.6 | 56 | 10/13/2014 |
2.4.5 | 62 | 10/9/2014 |
2.4.4 | 78 | 8/13/2014 |
2.4.3 | 65 | 8/11/2014 |
2.4.2 | 63 | 8/8/2014 |
2.4.1 | 59 | 8/8/2014 |
2.4.0 | 59 | 8/8/2014 |
2.3.1 | 62 | 6/4/2014 |
2.3.0 | 53 | 5/8/2014 |
2.2.1 | 51 | 5/6/2014 |
2.2.0 | 52 | 5/6/2014 |
2.1.1 | 50 | 3/20/2014 |
2.1.0 | 64 | 3/20/2014 |
2.0.0 | 50 | 3/20/2014 |
1.0.1 | 48 | 3/17/2014 |
1.0.0 | 63 | 3/17/2014 |
2.5.4 - Bugfix fixed ToRegex methods
2.5.3 - Added regex match extension method
2.5.2 - Bugfix packaging issue
2.5.1 - Added parsing extensions
2.5.0 - Moved capitalization extensions to validation namespace
2.4.8 - Added case insensitive validation extensions
2.4.7 - Bugfix fixed enum or default to follow convention
2.4.6 - Added support for Enum conversion
2.4.5 - Added support for TimeSpan conversion
2.4.4 - Added IsNotEmpty extension all extendtype validations will use Is and Is not empty to validate default values
2.4.4 - Bugfix to nullable conversion behavior was returning empty when non null string used
2.4.3 - Bugfix to nullable conversion behavior was returning empty when null string as extension methods were used
2.4.2 - Added additional nullable conversions to Conversion extensions