Z.btoa(...)
function Z.btoa(raw: string) : string;
Encodes a string to Base64.
Parameters
Parameter | Type | Description |
---|---|---|
raw | string | The string to encode. |
Returns
string
function Z.btoa(raw: string) : string;
Encodes a string to Base64.
Parameter | Type | Description |
---|---|---|
raw | string | The string to encode. |
string