I'm looking for a way to convert char to bin array in C# -


i'm trying find way convert char bit array, mess bit , convert back. answers string byte.

do mean bitarray?

if so:

char c = 'x'; byte[] bytes = bitconverter.getbytes(c); bitarray bits = new bitarray(bytes); 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -