ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CharHelper Class / IsDigit Method / IsDigit(Char) Method
A Unicode character.

In This Topic
    IsDigit(Char) Method
    In This Topic
    Indicates whether the specified Unicode character is categorized as a Numeric digit.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsDigit( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsDigit( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    true if c is a Numeric character; otherwise, false.
    See Also