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

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

    Parameters

    value
    The BigDecimal to cast

    Return Value

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