'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Function to_string_hex

odtone::to_string_hex

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp>


std::string to_string_hex(const void * src, size_t len);

Description

Convert a value to hexadecimal.

Parameters:

len

Length of the value to convert.

src

Value to convert.

Returns:

The converted hexadecimal value string.


PrevUpHomeNext