ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / IsDigitOrSymbol Method / IsDigitOrSymbol(Char) Method
A Unicode character.

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

    Parameters

    c
    A Unicode character.

    Return Value

    true if c is a numeric or symbol character; otherwise, false.
    See Also