IsTrue

IsTrue 1:

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

Syntax

METHOD IsTrue : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsTrue 2: Return value

Name

Type

IsTrue

BOOL

IsTrue 3: Inputs

Name

Type

v

SJsonValue