dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure / ToInt64 Method
Structure to convert.

In This Topic
    ToInt64 Method
    In This Topic
    Converts the current UniDecimal structure to a System.Long.
    Syntax
    'Declaration
     
    Public Shared Function ToInt64( _
       ByVal value As UniDecimal _
    ) As Long
    public static long ToInt64( 
       UniDecimal value
    )

    Parameters

    value
    Structure to convert.

    Return Value

    A System.Long representing the UniDecimal structure.
    See Also