2010-01-25 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 25 Jan 2010 03:38:42 +0000 (03:38 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 25 Jan 2010 03:38:42 +0000 (03:38 -0000)
commit41edb8afe0e361069b8e68a7695e1273dac3c8f5
treea360c9a84bc4022b6a92944625548b7d10f10957
parente5e4c9e781c079092ea212a7301f9b47bf6f1e88
2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>

some number ConvertTo() compatibility fixes (that are reported as
!CanConvertTo()), patch by Alexandre Gomes.

svn path=/trunk/mcs/; revision=150100
13 files changed:
mcs/class/System/System.ComponentModel/BaseNumberConverter.cs
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/ByteConverterTests.cs
mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/DoubleConverterTests.cs
mcs/class/System/Test/System.ComponentModel/Int16ConverterTests.cs
mcs/class/System/Test/System.ComponentModel/Int32ConverterTests.cs
mcs/class/System/Test/System.ComponentModel/Int64ConverterTests.cs
mcs/class/System/Test/System.ComponentModel/SByteConverterTests.cs
mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs
mcs/class/System/Test/System.ComponentModel/UInt16ConverterTests.cs
mcs/class/System/Test/System.ComponentModel/UInt32ConverterTests.cs
mcs/class/System/Test/System.ComponentModel/UInt64ConverterTests.cs