Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataAggregateFunction Class / AsNumber Method
The object to convert.

In This Topic
    AsNumber Method
    In This Topic
    Converts an object to a double number.
    Syntax
    'Declaration
     
    Protected Shared Function AsNumber( _
       ByVal v As Object _
    ) As Double
    protected static double AsNumber( 
       object v
    )

    Parameters

    v
    The object to convert.

    Return Value

    The converted double value.
    See Also