StringExtensions.IsNullOrEmpty Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
IsNullOrEmpty(string)
Indicates if the specified string is null
or an empty string.
public static bool IsNullOrEmpty(this string input)
Parameters
- input
- string
Returns
bool