Skip to main content

Methods

NameDescription
btoa(string: string): string;Converts the data format from string to Base64.
atob(base64String: string): string;Converts the data format from Base64 to string.