VBCorLib
VBCorLib copied to clipboard
The VBCorLib framework brings many of the powerful .NET classes to VB6.
if file is gbk encoding, and the last char is double bytes, File.ReadAllText can't get correct string. s = File.ReadAllText("e:\aa.js", Encoding.GetEncoding("GBK"))
**I'm submitting a bug report** Library Version: 3.2.0 **Please tell us about your environment:** Operating System: Microsoft Windows Server 2012 R2 Standard **Current behavior:** If SymmetricAlgorithm is instantiated with CryptoConfig.CreateFromName("Rijndael"),...
**I'm submitting a bug report** Library Version: 3.2.0 **Please tell us about your environment:** Operating System: Windows [10] **Current behavior:** When I add a com reference to VB.Ext in Visual...
Just a heads up, we've made a [Lambda class](https://github.com/sancarn/stdVBA/blob/master/src/stdLambda.cls) which could be useful in VBCorLib also, it should be compatible. It would allow code similar to: ```vb set newNumbers =...
These methods were added to `.NET 2.0` and should be considered for implementation.
**I'm submitting a bug report** Library Version: git master@e12acb5 **Please tell us about your environment:** - Operating System: Windows 10 & VB6 IDE - Installed https://github.com/kellyethridge/SimplyVBUnit/releases/tag/v5.0 from .exe **Current behavior:**...
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...
Right now `BigInteger` and `BigIntegerStatic` only accept `BigInteger` type in the math method calls. Consider changing the signatures to `Variant` and converting to `BigInteger` in the method to allow support...
This class used to be deprecated but has a new lease on life, so might as well implement it.