Module jls.util.base64

Provide base 64 codec.

Functions

decode (value) Decodes the specified value.
encode (value) Encodes the specified value.


Functions

decode (value)
Decodes the specified value.

Parameters:

  • value string the value to decode as a base 64 string.

Returns:

    string the decoded value as a string.
encode (value)
Encodes the specified value.

Parameters:

  • value string the value to encode as a string.

Returns:

    string the encoded value as a base 64 string.
generated by LDoc 1.4.6 Last updated 2022-01-22 16:32:56