ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / IsDigit Method / IsDigit(Char) Method

In This Topic
    IsDigit(Char) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsDigit( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsDigit( 
       char c
    )

    Parameters

    c
    See Also