Tests whether an object represents a null value.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected static bool IsNull(
	Object v
)
Visual Basic
Protected Shared Function IsNull ( _
	v As Object _
) As Boolean

Parameters

v
Type: System..::..Object
The object to check.

Return Value

true if v represents a null value, false otherwise.

See Also