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

In This Topic
    IsNumber Method
    In This Topic
    Tests whether an object represents a number.
    Syntax
    'Declaration
     
    Protected Shared Function IsNumber( _
       ByVal v As Object _
    ) As Boolean
    protected static bool IsNumber( 
       object v
    )

    Parameters

    v
    The object to check.

    Return Value

    true if v represents a number, false otherwise.
    See Also