Is there a built-in function in .NET that combines both String.IsNullOrEmpty and String.IsNullorWhiteSpace?
I can easily write my own, but my question is why isn't there a String.IsNullOrEmptyOrWhiteSpace function?
Does the String.IsNullOrEmpty trim the string first? Perhaps a better question is, Does String.Empty qualify as white space?