IsString

IsString 1:

This method checks whether the value of a given property is of the data type STRING. If that is the case, the method returns TRUE, otherwise it returns FALSE.

Syntax

METHOD IsString : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsString 2: Return value

Name

Type

IsString

BOOL

IsString 3: Inputs

Name

Type

v

SJsonValue