$base64.encode

Encodes text using the well known base64 algorithm.
Syntax
    $base64{encode}{any_text} $base64.encode{any_text}
DocumentationEncodes text to base64.

    Parameters:
      encode: set the function to encode
      any_text: either any text you will encode to base64
    Returns:
      decoded text
Examples
    $set{encoded}
      {
      $base64{encode}{Hallo world.}
      }
    $base64{decode}{$get{encoded}}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 2