company logo

Binary :: fromBase16 - Create binary data block from base 16 string

The function interprets the incoming data as base 16 (hexadecimal) decoded binary data and creates the binary data block from it. When the binary data block does already contain data, this will be deletes before decoding.

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  :: fromBase16 ( odaba::String &sBase16 )
  • sBase16 - Hexadecimal (base 16) string

    The string contains hexadecimal characters, i.e. 0-9 and A-F (or a-f).