Top "7-bit" questions

7-bit is original bit length of the ASCII standard providing up to 128 characters.

Encoding an integer in 7-bit format of C# BinaryReader.ReadString

C#'s BinaryReader has a function that according to MSDN, reads an integer encoded as "seven bit integer", and then …

c# .net serialization binary 7-bit