Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / BigInteger / C++ GetAsHexString - BigInteger
In This Topic
    C++ GetAsHexString - BigInteger
    In This Topic
    Property AsDecimal As Decimal
    Property AsDouble As Double
    Property AsLong As Long
    Property AsString As String
      Property Description  
        Property Name AsDecimal  
        Description Returns the BigInteger as a Decimal.  
        Property Name AsDouble  
        Description Returns the BigInteger as a double.  
        Property Name AsLong  
        Description Returns the BigInteger as a long (throws if value is out of range to store in a long).  
        Property Name AsString  
        Description Returns the BigInteger as a string.  
        Remarks    
        Example