Info
Version: | 1.1.0 |
Author(s): | W. Young |
Last Update: | Tuesday, March 16, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BlueBermuda.Extensions |
Install
Install-Package BlueBermuda.Extensions
dotnet add package BlueBermuda.Extensions
paket add BlueBermuda.Extensions
BlueBermuda.Extensions Download (Unzip the "nupkg" after downloading)
The idea is to create a fluent dialect that is easy to read and is an alternative to calling static methods. For instance, instead of invoking the static method Regex.IsMatch(string input, string pattern) on stringA/patternA, simply invoke stringA.RegexIsMatch(patternA) or instead of invoking Math.Round(4.838, 2), simply invoke 4.838.Round(2).