IsFalse

IsFalse 1:

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

Syntax

METHOD IsFalse : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsFalse 2: Return value

Name

Type

IsFalse

BOOL

IsFalse 3: Inputs

Name

Type

v

SJsonValue