Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / IsNumber Method
Object to check.

In This Topic
    IsNumber Method (Utils)
    In This Topic
    Checks whether object represents numeric value, i.e. it is byte, integer, float etc.
    Syntax
    'Declaration
     
    Public Shared Function IsNumber( _
       ByVal obj As Object _
    ) As Boolean
    public static bool IsNumber( 
       object obj
    )

    Parameters

    obj
    Object to check.

    Return Value

    true if object represents numeric value, false otherwise.
    See Also