ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / CharHelper Class / IsMathSymbol Method / IsMathSymbol(Char) Method
A Unicode character.

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

    Parameters

    c
    A Unicode character.

    Return Value

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