[]
        
(Showing Draft Content)

C1.Framework.CharHelper.IsMathSymbol

IsMathSymbol Method

IsMathSymbol(char)

Indicates whether the specified Unicode character is categorized as a mathematical symbol.

Declaration
public static bool IsMathSymbol(char c)
Parameters
Type Name Description
char c

A Unicode character.

Returns
Type Description
bool

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

IsMathSymbol(string, int)

Indicates wether the character at the specified position in the specified string is a mathematical symbol.

Declaration
public static bool IsMathSymbol(string s, int index)
Parameters
Type Name Description
string s

A string.

int index

The character position in s.

Returns
Type Description
bool

true if the character at position index in s is a mathematical character; otherwise, false.