BufferToHexBytes
function BufferToHexBytes (const Buf; BufSize : Cardinal) : string;

TurboPack OnGuard FMX

BufferToHexBytes

function BufferToHexBytes (const Buf; BufSize : Cardinal) : string;

Navigation:  »No topics above this level«

BufferToHexBytes

function BufferToHexBytes (const Buf; BufSize : Cardinal) : string;

Return to chapter overview

_bm1 BufferToHexBytes performs the same operation as the BufferToHex function except that the function result is formatted to represent an array of hexadecimal bytes separated by commas.

Example result: "$02, $67, $FF"

This routine is defined in the OgUtil unit.