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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -