Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.63 KB

File metadata and controls

60 lines (47 loc) · 1.63 KB

Function: 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

Related