Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Char::GetUnicodeCategory Method

 

Categorizes a Unicode character into a group identified by one of the UnicodeCategory values.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetUnicodeCategory(Char)

Categorizes a specified Unicode character into a group identified by one of the UnicodeCategory values.

System_CAPS_pubmethodSystem_CAPS_staticGetUnicodeCategory(String^, Int32)

Categorizes the character at the specified position in a specified string into a group identified by one of the UnicodeCategory values.

Return to top
Show: