Method GetType
GetType(Int32)
LUCENENET safe way to get unicode category. The .NET
This mimics the behavior of the Java Character.GetType class, but returns the .NET UnicodeCategory enumeration for easy consumption.
Declaration
public static UnicodeCategory GetType(int codePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | codePoint |
Returns
Type | Description |
---|---|
UnicodeCategory | A |