ConvertStringIsEmpty Method

Indicates if the string value is empty.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool StringIsEmpty(
	Object value,
	bool whiteSpaceIsEmpty = false
)

Parameters

value  Object
Value to evaluate.
whiteSpaceIsEmpty  Boolean  (Optional)
Indicates whether white spaces are considered empty.

Return Value

Boolean
if the value is empty; otherwise, .

See Also