Skip to content

UtilitySharp provides helper classes for things such as strings, datetimes, randomness, and numbers so you don’t have to reinvent the wheel.

License

Notifications You must be signed in to change notification settings

Mason32NZ/UtilitySharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text UtilitySharp

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.

Installing

Type the following into the NuGet Package Manager:

Install-Package UtilitySharp

Usage

Please checkout the wiki for examples and details.

About

UtilitySharp provides helper classes for things such as strings, datetimes, randomness, and numbers so you don’t have to reinvent the wheel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages