Ejemplo n.º 1
0
        public void Parse()
        {
            var    value = NativeIntPtr.Parse("343946");
            string text  = value.ToString();

            Assert.AreEqual("0x00053f8a", text);
        }
Ejemplo n.º 2
0
 public void Parse_null_field_should_throw_exception()
 {
     NativeIntPtr.Parse(null);
 }