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.
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)