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