2.1. Conversion - Binary conversion
Binary data blocks may be converted from an into several string formats.
Functions
- fromBase16 - Create binary data block from base 16 string
- fromBase64 - Create binary data block from base 64 string
- fromQuotedPrintable - Create binary data block from quoted printable string
- toBase16 - Create base 16 (hexadecimal) string from binary data block
- toBase64 - Create base 64 string from binary data block
- toQuotedPrintable - Create quoted printable string from binary data block