Used to check if the given object or expression evaluates to null.
True, if the given object is null or if the given expression evaluates to null; False, otherwise.
IsNull(obj)
ColdFusion 9: Added this function
Parameter |
Description |
|---|---|
obj |
Object for which you perform the null check. |
Sign in to your account