VBCorLib Changelog

What's new in VBCorLib 2.3

Jun 13, 2013
  • Updated ASM code to not trigger DEP protection.
  • Updated ArrayList to include the ArrayList.Adapter method, wrapping an IList object.
  • Fixed the StringBuilder.Remove method.
  • Updated Console class to automatically disable the close button on a command prompt when working in the IDE.
  • Added TryParse to TimeSpan.
  • Added TryParse to cDateTime.

New in VBCorLib 2.2 (Jun 13, 2013)

  • Included the BigInteger class. This class allows you to easily work with numbers as large as your memory will allow.
  • It comes with a set of complete math functions to help easily build complex mathematical algorithms requiring extremely large numbers.
  • Also, a few minor issues have been fixed. The biggest issues is that of the Queue class.