Info
Version: | 3.0.3 |
Author(s): | Mason Galland |
Last Update: | Friday, August 31, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Mason32NZ/UtilitySharp/wiki |
NuGet Url: | https://www.nuget.org/packages/UtilitySharp |
Install
Install-Package UtilitySharp
dotnet add package UtilitySharp
paket add UtilitySharp
UtilitySharp Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
UtilitySharp provides helper classes with useful and powerful methods for things such as strings, datetimes, randomness, and numbers so you don’t have to reinvent the wheel.
As such, UtilitySharp strives to be the one library that you will always download for every new project to save you time and make your life a little bit easier.
What can it do you might ask?
* Clean dirty data strings and give it back to you in the requested type.
* Generate cryptographically random numbers.
* Find or replace the nth instance of a substing.
and so much more! Find out more information in the GitHub wiki.