Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / Decimal / C++ GetAsHexString - Decimal
In This Topic
    C++ GetAsHexString - Decimal
    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 FromBigIntegerl  
        Description Copies the value of the BigInteger  
        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  
        Property Name FromString  
        Description Copies the value of the Strinng throws if the format is invalid  
        Remarks    
        Example