Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CBigInteger / C++ GetData - CBinaryData
In This Topic
    C++ GetData - CBinaryData
    In This Topic
    operator int() const;
    operator LONGLONG() const;
      Property Description  
        Property Name int  
        Description Cast operator (converts the object to an int)  
        Property Name LONGLONG  
        Description Cast operator (converts the object to a LONGLONG)  
        Remarks If the value contained in the BigInteger is to large to fit into the int or LONGLONG, then a CLtInvalidValueException is thrown.