Base64Decode

From Onset Developer Wiki
Revision as of 12:26, 2 September 2020 by BlueMountains (talk | contribs)
Base64Decode

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Decodes the Base64 into text.

Syntax

Base64Decode(base64)

Parameters

  • base64
    The base64 text.

Return Value

  • Text string.

Example

__EDIT_ME__

See also