Mono Class Library: System.Char Overview | Members

System.Char.IsLetterOrDigit Method

Determines whether the specified Unicode character is either a letter or a decimal digit. [Edit]

public static bool IsLetterOrDigit (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.UppercaseLetter, System.Globalization.UnicodeCategory.LowercaseLetter, System.Globalization.UnicodeCategory.TitlecaseLetter, System.Globalization.UnicodeCategory.ModifierLetter, System.Globalization.UnicodeCategory.OtherLetter, or System.Globalization.UnicodeCategory.DecimalDigitNumber; 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