Hi

I have the following string :

"1F"

I need to present it as a BYTE

so if I have : BYTE array[2]

then -> array[0] = 0x1F

How can it be done?

Thank u