Mono Class Library: System.Char Overview | Members

System.Char.IsSymbol Method

Determines whether the specified Unicode character is a symbol character. [Edit]

public static bool IsSymbol (char c)

Parameters

c
A Unicode character. [Edit]

Returns

true if c is a member of one of the following categories in System.Globalization.UnicodeCategory: System.Globalization.UnicodeCategory.MathSymbol, System.Globalization.UnicodeCategory.CurrencySymbol, System.Globalization.UnicodeCategory.ModifierSymbol, or System.Globalization.UnicodeCategory.OtherSymbol; otherwise, false. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0