IsNull

IsNull 1:

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

Syntax

METHOD IsNull : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsNull 2: Return value

Name

Type

IsNull

BOOL

IsNull 3: Inputs

Name

Type

v

SJsonValue