Methods
| Name | Description |
|---|---|
| btoa(string: string): string; | Converts the data format from string to Base64. |
| atob(base64String: string): string; | Converts the data format from Base64 to string. |
Global methods for encoding and decoding Base64 strings.
| Name | Description |
|---|---|
| btoa(string: string): string; | Converts the data format from string to Base64. |
| atob(base64String: string): string; | Converts the data format from Base64 to string. |