IsFalse
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
Return value
Name | Type |
---|---|
IsFalse | BOOL |
Inputs
Name | Type |
---|---|
v | SJsonValue (note possible invalidity) |