I have a boolean array which holds some values that represent ASCII value:
bool[] myBoolReceived = new bool[8];
I try to convert it to a char so I can add it to a list that holds chars.
myReceivedMessage = new List<char>();
I tried to use Convert.ToChar method but it not seems to work.
boolcan hold two values:trueandfalse. I am not sure what exactly you are trying to say by "convert bool array to char avariable". Can you please clarify that?byte, why use 8 bits when ASCII is a 7-bit character set, which order the bits are in) that make the question hard to answer, though.