PP.isBoolean

Syntax

isBoolean(v);

Parameters

v. Initial value.

Description

The isBoolean method checks if type of specified value is Boolean.

Comments

This method returns True if type of the specified value is Boolean, otherwise it returns False.

Example

The example of use is given in the with description of the static method PP.IsTrueString.

See also:

PP