RamsLessonsLearnt
Wednesday, May 7, 2008
IsNullOrEmpty
Never Never use if(x != string.Empty x != null)
use if(!string.IsNullOrEmpty(x))
it saves lots of time and space.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment