Functions
FromBase64
fromBase64(String): Binary
Converts a base64 string representation into a binary
FromHex
fromHex(String): Binary
Converts an hexadecimal string representation into a binary
ToBase64
toBase64(Binary): String
Transforms the specified binary into the base64 string representation
ToHex
toHex(Binary): String
Transforms the specified binary into the hexadecimal String representation