Click or drag to resize

EAPUtilIsNonEmptyString Method

Determines if the specified object is a non-empty string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsNonEmptyString(
	Object obj
)

Parameters

obj
Type: SystemObject
The object in question.

Return Value

Type: Boolean
True if the object is a non-empty string, else False.
See Also