Decode bytes to a string.
Usage
decode( data, encoding="utf-8", )
data: bytes
The bytes to decode.
encoding: str = "utf-8"
The source encoding.
str
The decoded string.