Last updated

API / geotoolkit / util / Base64 / Base64

Class: Base64

util.Base64.Base64

Table of contents

Constructors
Methods

Contents

Constructors

new Base64()

new Base64()

Methods

decode

Static decode(input): string

decode from base64

Parameters

Name Type Description
inputstringstring to decode

Returns

string

decoded string


encode

Static encode(input): string

encode to base64

Parameters

Name Type Description
inputstringstring to encode

Returns

string

encoded string