Versions Compared

Key

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

ENDECODE$ returns a BASE64 encoded or decoded document

Syntax

ENDECODE$(CodingType$CodingType$, Document$)

Arguments

  • CodingType$ (a StrExp) can be:

...

  1. Further information on Base64 encoding is available here
  2. Further information on Base64Binary encoding is available here  here 
  3. See also Wikipedia [BASE64]

Examples

ENDECODE$("BASE64ENCODE", "Qnowledge B.V")

returns

"UW5vd2xlZGdlIEIuVg=="


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

returns

"Qnowledge B.V."


 

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