IsUint64

IsUint64 1:

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

Syntax

METHOD IsUint64 : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsUint64 2: Return value

Name

Type

IsUint64

BOOL

IsUint64 3: Inputs

Name

Type

v

SJsonValue