LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / Explicit Type Conversion Operator / Explicit Type Conversion(BigInteger,BigDecimal) Operator
The BigDecimal to cast

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

    Parameters

    value
    The BigDecimal to cast

    Return Value

    The BigDecimal represented as a System.Numerics.BigInteger
    Exceptions
    ExceptionDescription
    If the number is to large to fit in a System.Numerics.BigInteger
    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