I have this in hex: 08 Which is this in binary: 0000 1000
(bit positions: 7,6,5,4,3,2,1,0)
Now I would like to make a bitmask in C# , so I have bit position 3.
Here in example 1 or better (the one in ""): 0000 "1"000
How to show only bit3 in TextBox.text
Thanks Mano.