2.1. Conversion - Binary conversion
Binary data blocks may be converted from an into several string formats.
Functions
- fromBase16 - Convert base 16 character string data to binary
- fromBase64 - Convert base 64 character string data to binary
- fromInstance - Copy binary data from instance
- fromQuotedPrintable - Convert quoted printable string to binary data block
- toBase16 - Convert binary data to a base 16 character string
- toBase64 - Convert binary data to a base 64 character string
- toQuotedPrintable - Convert binary data block to a quoted printable string

