Return true if the parameter is null or DBNullValue or string.Empty

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function IsNullOrDBNullOrEmpty ( _
	obj As Object _
) As Boolean
C#
public static bool IsNullOrDBNullOrEmpty(
	Object obj
)

Parameters

obj
Type: System..::..Object

Return Value

See Also