* Convert.cs: For now, do not throw OverflowException if hex prefixed
authorGert Driesen <drieseng@users.sourceforge.net>
Thu, 18 Aug 2005 11:06:02 +0000 (11:06 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Thu, 18 Aug 2005 11:06:02 +0000 (11:06 -0000)
commitb0e62eb7e71f9b495427f7aa2246d0e12f093a13
tree85f3985e97cb248ab42b6d3076703d31874ed4de
parente225e0a9c8be4de89e8a7a2f51a8fd45ecc84402
* Convert.cs: For now, do not throw OverflowException if hex prefixed
value is negative for signed types (other than int64). Need to look
into this further.
 * ConvertTest.cs: Added mix/max base 16 convert from string tests for
byte/short/int.

svn path=/trunk/mcs/; revision=48490
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Convert.cs
mcs/class/corlib/Test/System/ChangeLog
mcs/class/corlib/Test/System/ConvertTest.cs