Skip to content

b16decode

b16decode(s: string | Uint8Array<ArrayBufferLike>): Uint8Array

Defined in: packages/pythonlib/src/base64.ts:166

Decode Base16 (hexadecimal) encoded bytes-like object and return bytes.

Parameters

ParameterTypeDescription
sstring | Uint8Array<ArrayBufferLike>Hexadecimal encoded data

Returns

Uint8Array

Decoded Uint8Array