| Constructors: BInt |
Attempts to convert a value to a valid BigInteger instance.
Public Function BInt( ByRef Value As Variant ) As BigInteger
The follow datatypes are supported:
vbString
vbLong
vbInteger
vbByte
vbDoube
vbSingle
vbCurrency
vbDecimal
vbByte Or vbArray
BigInteger (returns same instance)
Nothing (returns BigInteger.Zero)
Dim b As BigInteger Set b = BInt(somevalue)
Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods CreateEnumerator