Encoding
encodeBase64
Encodes data
as a base-64 encoded string.
Parameters
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to encode. |
Returns
string
The base-64 encoded string.
Example
Source
Was this page helpful?
Encodes data
as a base-64 encoded string.
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to encode. |
string
The base-64 encoded string.
Was this page helpful?