|
2 |
edited tags
|
||
|
1 |
|
||
how to convert byte array to its hex representation in DelphiHi, 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.
|
||||
