odtone::to_string_hex
// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp> template<typename T> std::string to_string_hex(const T & v);
Convert a value to hexadecimal values.
Parameters:
v
Value to convert.
Returns:
The converted hexadecimal value string.