show/hide this revision's text 2 edited tags
show/hide this revision's text 1

how to convert byte array to its hex representation in Delphi

Hi,

I have TBytes variable with a value [0,0,15,15]. How can I convert it to "00FF" ?

I dont want to use loops, bcoz this logic to be used in time intensive function.

(I tried using BinToHex, but I could not get it working with string variable.)

Thanks & Regards,

Pavan.