Represents the BINARY value type, which contains extra methods for encoding and decoding.
Creates a new ICAL.Binary instance
The binary data for this value
Readonly
The type name, to be used in the jCal object.
Private
Base64 decode the current value
Encodes the passed parameter with base64 and sets the internal value to the result.
The raw binary value to encode
The string representation of this value
Static
Creates a binary value from the given string.
Generated using TypeDoc
Represents the BINARY value type, which contains extra methods for encoding and decoding.