How to convert two bit into one bit using c# console application ? or Convert to byte into one bite
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RossPosted Sep 17, 2014, 8:17 AM
VulpesPosted Sep 10, 2014, 8:25 AM
1 bit can only represent the numbers 0 or 1.
So if you convert 2 bits to 1 bit, then information may be lost
Can you give an example of what you mean by this question?