Click here to Skip to main content
15,891,942 members
Articles / Programming Languages / C#

Handy Extension Methods

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Jun 2011CPOL 4.4K  
Here is a couple for String and StringBuilder. The String versions are handy (compared to the already existing instance versions (that are actually being used)) because they work against null values (e.g., ((string)null).IsNullOrEmpty()).public static class ExtensionMethodsString{ ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
FDW
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions