Guid.TryParse and Guid.TryParseExact should not throw exceptions.
authorMartin Potter <martin.potter@logos.com>
Mon, 6 Aug 2012 01:23:10 +0000 (18:23 -0700)
committerMartin Potter <martin.potter@logos.com>
Mon, 6 Aug 2012 02:18:48 +0000 (19:18 -0700)
commita29fd0668e4303d71acb46fb3acfa1f1d451d161
tree20415242032c87ad518e511a4fd52058f140a1a9
parentbfdb8242d92017f0c1c34da9c976622c959b2da1
Guid.TryParse and Guid.TryParseExact should not throw exceptions.

According to the MSDN documentation, http://msdn.microsoft.com/en-us/library/system.guid.tryparse.aspx and http://msdn.microsoft.com/en-us/library/system.guid.tryparseexact.aspx, Guid.TryParse and Guid.TryParseExact should "return false if input is null or not in a recognized format, and does not throw an exception."
mcs/class/corlib/System/Guid.cs
mcs/class/corlib/Test/System/GuidTest.cs