AddBase64

This method adds a value of the data type Base64 to a property. Usually, a corresponding property was created beforehand with the method AddKey().
Syntax
METHOD AddBase64
VAR_INPUT
  pBytes : Pointer TO BYTE;
  nBytes : DINT;
END_VAR
 Inputs
Name  | Type  | 
|---|---|
pBytes  | POINTER TO BYTE  | 
nBytes  | DINT  |