Skip to main content

Function: uint8ToBase64()

function uint8ToBase64(content): Base64String;

Converts a Uint8Array to a Base64 string.

Parameters

content: Uint8Array

The Uint8Array to convert.

Returns

Base64String

The Base64 representation of the Uint8Array.


Coinweb © 2024