Versions Compared

Key

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

...

Syntax

base64Encode(value [, format])

Argument

Type

Description

value

String

A string of bytes to be encoded

format

String (Optional)

BASIC: standard base64 algorithm,
URL: Url safe variant,
MIME: Mime compatible.

Defaults to BASIC

...