Bit array to byte question..
807589Oct 23 2008 — edited Oct 25 2008Hi! I want to know if it is possible to convert a bit array into byte. (not byte array).
For example, I have a bit[] bits = {1,1,1,1,1,1,1,1}; I want to convert them into byte. Is this possible? Thank you for taking time to answer my question.