Liquid XML Data Binder
LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Int64,BigDecimal) Operator
The BigDecimal to cast

In This Topic
    Explicit Type Conversion(Int64,BigDecimal) Operator
    In This Topic
    Explicit cast from BigDecimal to System.Int64
    Syntax
    'Declaration
     
    
    Overloads Public Operator Narrowing CType( _
       ByVal value As BigDecimal _
    ) As System.Long
    public System.long operator explicit( 
       BigDecimal value
    )

    Parameters

    value
    The BigDecimal to cast

    Return Value

    The BigDecimal represented as a System.Int64
    Exceptions
    ExceptionDescription
    If the number is to large to fit in a System.Int64
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also