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
    Sub FromBigInteger(pBigInt As BigInteger)
    Sub FromDecimal(pDecimal As Decimal)
    Sub FromDouble(d As Double)
    Sub FromLong(l As Long)
    Sub FromString(str As String)
      Property Description  
        Property Name FromBigInteger  
        Description Copies the value of the BigInteger (fractions are rounded and discarded)  
        Property Name FromDecimal  
        Description Copies the value of the Decimal  
        Property Name FromDouble  
        Description Copies the value of the double  
        Property Name FromLong  
        Description Copies the value of the Long (fractions are rounded and discarded)  
        Property Name FromString  
        Description Copies the value of the Strinng throws if the format is invalid  
        Remarks    
        Example