kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

BigInteger.ToString General format converts to exponential #22

Closed kellyethridge closed 4 years ago

kellyethridge commented 4 years ago

The general ("G" and "g") formats should produce all digits for the value. However, it is converting to exponent form when hitting the max precision for 32-bit. This should not be the limit for BigInteger.