In FileStream class we have ReadByte method well actually it does not work as I supposed
why ReadByte ignore “nonsignificant” zeros from beginning of byte? How could I avoid that ?
as someone mentioned in comments, yes im trying to convert it to string
dane.Append(Convert.ToString((byte)w,2));
So is it ToString function skipping zeros?
The numbers are the same; only the ToString is the issue