BufferToHexBytes
function BufferToHexBytes (const Buf; BufSize : Cardinal) : string;
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.