Tests whether an object represents a null value.
'Declaration
Protected Shared Function IsNull( _
ByVal As Object _
) As Boolean
protected static bool IsNull(
object
)
Parameters
- v
- The object to check.
Return Value
true if represents a null value, false otherwise.