I’m building my own libraries, but I’m wondering what’s already available for extending string, numeric types, most importantly, IEnumerable. What am I missing out?
I’m building my own libraries, but I’m wondering what’s already available for extending string,
Share
There are some on Codeplex, including Extension Overflow, which is based on the question, What are your favorite extension methods for C#? (codeplex.com/extensionoverflow) .