Static Public Member Functions | List of all members
Base64 Class Reference

Inherits ScriptObject.

Static Public Member Functions

static String btoa (String text)
 
static String atob (String text)
 

Detailed Description

Class format Base64 encoding/decoding.

Since
41349

Member Function Documentation

◆ atob()

static String atob ( String  text)
static

Decodes the given string in Base64 format.

Parameters
textThe encoded text.

◆ btoa()

static String btoa ( String  text)
static

Encodes the given text in Base64 format.

Parameters
textThe unencoded test.


Generated by Autodesk, Inc. 12 April 2024
Copyright (c) 2012-2024 by Autodesk, Inc.