IsObject
Determines whether a value is an object.
True conditions are:
Box Class instances are "objects"
All other classes that represent a Boxlang type are NOT "objects" (query, array, struct, XML, etc)
These JDK classes which are used for "simple" BoxLang types are also not "objects" (String, Number, Boolean)
Every other Java class is an "object"
Method Signature
Arguments
Argument
Type
Required
Description
Default
value
any
true
The value to test
Examples
Related
Last updated
Was this helpful?