ID EN
Base64

b16decode

Python 3.11

Decode the Base16 encoded bytes-like object or ASCII string s and return the decoded bytes.

Syntax

PYTHON
base64.b16decode(s, casefold=False)

See Also

bytes-like object bytes binascii.Error