Click or drag to resize
DataHelperIsEmpty Method
Returns true, if the given value is empty (null, DBNull, or "").

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static bool IsEmpty(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: Boolean
See Also