company logo

Binary :: toBase16 - Convert binary data to a base 16 character string

The function converts the binary data block into a string with hexadecimal ASCII characters (0-9 and A-F).

Return value:  Hexadecimal (base 16) string ( odaba::String & )

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

Implementation details

odaba::String Binary  :: toBase16 (  )

The function converts the binary data block into a base 16 string ant returns the string.