Whatever message this page gives is out now! Go check it out!

IsNull

Last update:
May 18, 2026

Description

Used to check if the given object or expression evaluates to null.

Returns

True, if the given object is null or if the given expression evaluates to null; False, otherwise.

Category

Syntax

IsNull(obj)

History

ColdFusion 9: Added this function

Parameters

Parameter
Description
obj
Object for which you perform the null check.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page