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've updated the class, test and API discrepancy doc in cvs. Nick D.