IsNull
Determine whether a given value or variable reference is null.
Method Signature
Arguments
Argument
Type
Required
Description
Default
object
any
true
Value to test for null.
Examples
isNull Example
Returns true if the given object is null or the given expressions evaluates to null; Returns false is otherwise.
Result: true
Additional Examples
Related
Last updated
Was this helpful?