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
Arguments
Argument
Type
Required
Description
Default
value
any
true
The value to test
Examples
Related
Last updated