StringExtensions.IsNullOrWhiteSpace method
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Strings.Extensions |
|---|---|
| Assembly | Skybrud.Essentials.dll |
IsNullOrWhiteSpace(string)
Extension method
Gets whether the input string has a value. This extension method is equal to calling
System.String.IsNullOrWhiteSpace(System.String).
public static bool IsNullOrWhiteSpace(this string input)
Parameters
input
String
The input string to test.
Returns
true if input has a value; otherwise false.