[Mono-list] BitConverter lamespec

Duco Fijma duco@lorentz.xs4all.nl
01 Mar 2002 16:03:43 +0100


On Fri, 2002-03-01 at 14:41, Nick Drochak wrote:
> All,
> 
> FYI: Duco's BitConverter Nunit test revealed another likely doc bug for
> BitConverter.ToChar(). It's probably a doc bug for all the To*()
> functions.  The docs claim that a ArgumentOutOfRangeException will be
> thrown in a particular case, but actually the mscorlib throws an
> ArgumentException.

I'm completing the test cases at this moment (not yet committed) and
indeed: this is not only the case for ToChar, but also for the other
To*() functions.

Duco