Is use of string.IsNullOrEmpty(string) when checking a string considered as bad practice when there is string.IsNullOrWhiteSpace(string) in .NET 4.0 and above?

10 Answers
10

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *