nullValue

returns null

nullValue() → returns any

Examples
Sample code invoking the nullValue function

isNull(nullValue())

Expected Result: true

Using java data type null instead

isNull(javaCast('null', ''))

Expected Result: true

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub