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 ?
to test for an empty string rather than the more verbose
System.String.Length == 0 ?