ByteToHex

Synopsis #

Header: fxcg/misc.h
Syscall index: 0x1347
Function signature: void ByteToHex(unsigned char value, unsigned char* result)

Converts a byte to its hexadecimal representation.\

Parameters #

  • value - the byte to convert.
  • result - pointer to buffer that will receive the result.