Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ENDECODE$(CodingType$, Document$)

Arguments

  • CodingType$ (a StrExp) can be:
    1. "BASE64ENCODE", encode in Base64 code;
    2. "BASE64DECODE", decode from Bas64 code;
    3. "BASE64BINARYENCODE", encode in Base64Binary code;
    4. "BASE64BINARYDECODE", decode from Base64Binary code;
  • Document$ is the document that should be encoded or decoded.

...

ENDECODE$("BASE64ENCODE", "UW5vd2xlZGdlIEIuVg==")

returns

"Qnowledge B.V."


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview