VBCorLib icon indicating copy to clipboard operation
VBCorLib copied to clipboard

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

Open kellyethridge opened this issue 3 years ago • 0 comments

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.

kellyethridge avatar Oct 18 '20 08:10 kellyethridge