Click or drag to resize

EAPUtilIsNullOrBlank Method (String)

Determines if a string is null or blank (empty).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsNullOrBlank(
	string s
)

Parameters

s
Type: SystemString
The string in question.

Return Value

Type: Boolean
True if the string object is null or the string is blank (empty).
See Also