In This Topic
Returns a Boolean value indicating whether an expression has no object assigned to it.
Syntax
'Declaration
Public Shared Function IsNothing( _
ByVal As Object _
) As Boolean
public static bool IsNothing(
object
)
Parameters
- exp
- Required. Object expression.
Return Value
Returns a Boolean value indicating whether an expression has no object assigned to it.
See Also