2 packages tagged with “IsNullOrWhiteSpace”
Fluent variants of string methods like IsNullOrEmpty, IsNullOrWhitespace etc.
Contains an extension method for System.String that checks whether it is null, empty or white-space and in case it is, throws an ArgumentNullException, otherwise returns the same instance.