MySQL 9.0.0
Source Code Documentation
xa::extractor Namespace Reference

Functions

std::string unhex (std::string const &hexed)
 Converts an array of bytes in hexadecimal format to their raw counterpart. More...
 

Function Documentation

◆ unhex()

std::string xa::extractor::unhex ( std::string const &  hexed)

Converts an array of bytes in hexadecimal format to their raw counterpart.

Parameters
hexedThe array of bytes in hexadecimal format.
Returns
the array of raw bytes.