Mono Class Library: System.Char Overview | MembersSystem.Char.GetUnicodeCategory Method |
Determines the System.Globalization.UnicodeCategory of the character at the specified position in the specified string . [Edit]
|
The System.Globalization.UnicodeCategory of the char at position index in s. [Edit]
Type Reason ArgumentNullException s is a null reference. [Edit] ArgumentOutOfRangeException The value of index is less than zero, or greater than or equal to the length of s. [Edit]
Note: For more information regarding Unicode categories, see System.Globalization.UnicodeCategory.[Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0