Skip to main content
Version: 0.8

base64

encode

encode(value: str, encoding: str = "utf-8") -> str

Encode the string value using the codec registered for encoding.

decode

decode(value: str, encoding: str = "utf-8") -> str

Decode the string value using the codec registered for encoding.