IsObject

Determines whether a value is an object.

True, if the value represents a object. False if the value is any other type of data, such as an integer, string, date, or struct.

Method Signature

IsObject(value=[any])

Arguments

Argument
Type
Required
Description
Default

value

any

true

The value to test

Examples

Last updated

Was this helpful?