Testing for an empty string

  • Thread starter Thread starter Edward Diener
  • Start date Start date
E

Edward Diener

Is there some obscure reason why there is no System.String.IsEmpty() method
to test for an empty string rather than the more verbose
System.String.Length == 0 ?
 
Back
Top