odtone::to_string_hex
// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp> std::string to_string_hex(const void * src, size_t len);
Convert a value to hexadecimal.
Parameters:
len
Length of the value to convert.
src
Value to convert.
Returns:
The converted hexadecimal value string.