Core JavaScriptExtendScript only
Object

Boolean

Wraps a Boolean value.

Methods

Boolean

Creates and returns a new Boolean object set to the value of the argument converted to a boolean.

value Varies The value to be converted to a Boolean.
String

Creates a string representation of this object that can be fed back to eval() to re-create an object. Works only with built-in classes.

String

Returns the string representation of the value of bool.

Boolean

Returns the primitive value of bool.

Object of 18

Properties elsewhere that hold a Boolean.

Parameter of 4

Method parameters that accept a Boolean.

Return 37

Methods that return a Boolean.