MySQL 9.1.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.