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

strThe string to test.

Returns

boolTrue if the string is not null and not empty.