0
kicks
Extending The String Class
Download code while ago I wrote an article on a strategy for extending the string class in the .NET Framework. The problem with extending many .NET 2.0 classes was that they were sealed, so you could not inherit from them, making extending them painful. Well it looks like ...