public void TestString() { var data = new TestDataObject(new byte[] { 0x41, 0x42 }); Assert.AreEqual("AB", data.GetString(0x00, 2)); }