# Functions
Decode decodes bytes with BASE64 algorithm.
DecodeString decodes string with BASE64 algorithm.
DecodeToString decodes string with BASE64 algorithm.
Encode encodes bytes with BASE64 algorithm.
EncodeFile encodes file content of `path` using BASE64 algorithms.
EncodeFileToString encodes file content of `path` to string using BASE64 algorithms.
EncodeString encodes string with BASE64 algorithm.
EncodeToString encodes bytes to string with BASE64 algorithm.
MustDecode decodes bytes with BASE64 algorithm.
MustDecodeString decodes string with BASE64 algorithm.
MustDecodeToString decodes string with BASE64 algorithm.
MustEncodeFile encodes file content of `path` using BASE64 algorithms.
MustEncodeFileToString encodes file content of `path` to string using BASE64 algorithms.