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 Array
Int64
BigInteger (returns same instance)
Nothing (returns BigInteger.Zero)
Dim b As BigInteger Set b = BInt(12345)