PP.isNumber

Syntax

isNumber(v, tryParse: Boolean);

Parameters

v. Initial value.

tryParse. Indicates if specified value is converted to a floating-point number. If this parameter is set to True the method tries to convert specified value to a floating-point number, otherwise no attempt is made.

Description

The isNumber method checks if specified value is a number.

Comments

This method returns True if the specified point is a number, otherwise it returns False.

Example

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

See also:

PP