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

Consider adding Int32Static to support culture-aware parsing of numbers. #86

Open kellyethridge opened 3 years ago

kellyethridge commented 3 years ago

VBCorLib currently supports parsing of BigInteger and Int64 using IFormatProvider implementations for cultural parsing. Adding an Int32Static and maybe Int16Static for parsing might help round out the parsing capabilities. Additional static methods and values could be included, such as Int32.MaxValue and Int32.MinValue properties.