2001-11-28 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Wed, 28 Nov 2001 09:18:02 +0000 (09:18 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Wed, 28 Nov 2001 09:18:02 +0000 (09:18 -0000)
        * Byte.cs: Throw NotImplementedException for Parse.

svn path=/trunk/mcs/; revision=1455

mcs/class/corlib/System/Byte.cs
mcs/class/corlib/System/ChangeLog

index a8ad5b7c316acd1e775f7a84ba8254184d977648..31c12406e5ec14aa89a753a289af2173701d3325 100644 (file)
@@ -60,7 +60,7 @@ namespace System {
                public static byte Parse (string s, NumberStyles style, IFormatProvider fp)
                {
                        // TODO: Implement me
-                       return 0;
+                       throw new NotImplementedException ();
                }
 
                public override string ToString ()
index 87fbf4b56704cc8e25ceca37098a4cc8f1aea658..257b3d2a0ee40bd44b34921dee5a855e5b1affd6 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-28  Nick Drochak <ndrochak@gol.com>
+
+       * Byte.cs: Throw NotImplementedException for Parse.
+
 2001-11-27  Derek Holden  <dholden@draper.com>
 
        * IntegerFormatter.cs: Formatting of type "Number" was not