StringExtensions.IsEmpty
Extension Method in StringExtensions
Declaration
public static bool IsEmpty(this string str)Description
Checks if the string is null or empty.
Parameters
| str | The string to test. |
Returns
| bool | True if the string is null or empty. |