Friday, December 11, 2009

Daily Tips- Tip #34 - What is the best way to check for a null and an empty value in a string?


string mystr;
if (String.IsNullOrEmpty(mystr))


www.codecollege.NET

No comments:

Post a Comment