A jack of all trades and master of none.
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 wiki.
UtilitySharp is also on NuGet and can be found here.
Type the following into the NuGet Package Manager:
Install-Package UtilitySharp
Please checkout the wiki for examples and details.