public void testAsHex()
 {
     StringTheory theory = new StringTheory("FFFF");
     Assert.True(theory.AsHex() == 0xffff, "strings don't match");
 }