I have this hexadecimal string hexavalue="03" where each digit represent 4 bit such that in the end both values will give me a bit array of 8 bit.
But i don't know how to convert that value into a bit array in c# .
I have this hexadecimal string hexavalue="03" where each digit represent 4 bit such that in the end both values will give me a bit array of 8 bit.
But i don't know how to convert that value into a bit array in c# .