Skip to main content

Function: stringToUint8()

function stringToUint8(binaryString): Uint8Array;

Converts a binary string to a Uint8Array.

Parameters

binaryString: string

The binary string to convert.

Returns

Uint8Array

The Uint8Array representation of the binary string.


Coinweb © 2024