I suspect you mean that you want to convert your hex-value into a byte or byte-array?
http://www.devx.com/vb2themax/Tip/18808 shows how to convert hexadecimal to integers. By passing not more than two chars at any time, you can create a byte-array easily.