Example #1
0
        public void Bits_To_Int()
        {
            string test = "0100";

            Assert.AreEqual(4, QRCode.Bits_To_Int(test));
        }