CaptainC
New member
- Joined
- Mar 7, 2021
- Messages
- 4
- Programming Experience
- 10+
What do you think about this extension methods package?
www.nuget.org
It's well documented and adds a lot of functionality to strings specifically.
Any thoughts?
Extensions.cs 6.0.800
Extensions.dll contains extension methods that enhance existing C# classes thus making life easier for developers. Extensions.dll supports all versions of.NET from 4.6.2 through 8.0. Highlights are methods such as: -Use.Save() and.Load() for easy state saving of any object in C#...
Any thoughts?