Skip to content

@technobuddha > library > Binary

Encoding

NameTypeDescription
BinaryEncodingTypeFormats for binary encoding
dataURLFunctionConvert any binary object into a data URL
decodeBase64FunctionDecodes a string of data which has been encoded using Base64 encoding.
decodeBase64UrlFunctionDecodes a string of data which has been encoded using Base64Url encoding.
decodeBinaryFunctionDecode a string into a binary object
encodeBase64FunctionCreates a encoded ASCII string from a BinaryObject or string using Base64.
encodeBase64UrlFunctionCreates a encoded ASCII string from a BinaryObject or string using Base64Url.
encodeBinaryFunctionEncode an BinaryObject into a string