Validating Strings for Empty or Null July 10, 2006
Posted by Siva in .NET.trackback
Checking string variables for empty or null is always used to be via direct comparision. However with .NET 2, the shortcut is String.IsNullOrEmpty(). Pretty cool ugh…!
hi how to validate a string reference whether it contains characters or numeric or special characters in C# .net