API / geotoolkit / util / Base64 / Base64
util.Base64.Base64
Constructors
Methods
Constructors
• new Base64()
Methods
▸ Static decode(input): string
decode from base64
| Name | Type | Description |
|---|
input | string | string to decode |
string
decoded string
▸ Static encode(input): string
encode to base64
| Name | Type | Description |
|---|
input | string | string to encode |
string
encoded string