MySQL 8.4.0
Source Code Documentation
unhex.h File Reference

Go to the source code of this file.

Functions

bool unhex (const char *first, const char *last, char *output)
 Convert hex string to byte array. More...
 

Function Documentation

◆ unhex()

bool unhex ( const char *  first,
const char *  last,
char *  output 
)

Convert hex string to byte array.

Parameters
firstPointer to first element of range to convert
lastPointer to one-after-last element of range to convert
outputBeginning of destination range.
Returns
false if conversion succeed.