I am trying to convert a two digit AsciiHex representation of a single character to it's binary equivalent. What is the best function for this?
Example: AsciiHex(1C)= Binary(00011100)
From what I have pieced together by reading other posts, it appears that there isn't a function to do this directly. I believe will have to build the Binary string bit by bit.
Thanks in advance for any assistance.
Example: AsciiHex(1C)= Binary(00011100)
From what I have pieced together by reading other posts, it appears that there isn't a function to do this directly. I believe will have to build the Binary string bit by bit.
Thanks in advance for any assistance.