PP.isString

Syntax

isString(v);

Parameters

v. Initial value.

Description

The isString method checks if the specified value is a string.

Comments

This method returns True if the specified value is a string, and False if otherwise.

Example

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

See also:

PP