Binary :: fromQuotedPrintable - Convert quoted printable string to binary data block
The function converts a quoted printable string into binary data,
Return value: Binary data block handle ( odaba::Binary & )
Constant reference to a binary data block handle, which may contain binary data up to 2 GB.
Implementation details
odaba::Binary &
Binary  :: fromQuotedPrintable ( odaba::String &sBase64 )
The function interprets the incoming data as quoted printable decoded binary data and creates the binary data block from it. When the binary data block already contains data, this will be deleted before decoding.
- sBase64
- Base 64 string
The string contains binary data represented as 6-bit characters (base 64).

