IsBase64

IsBase64 1:

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

Syntax

METHOD IsBase64 : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsBase64 2: Return value

Name

Type

IsBase64

BOOL

IsBase64 3: Inputs

Name

Type

v

SJsonValue