UnicodeFunctions.GetGeneralCategory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetGeneralCategory(Int32) |
Gets the general category of the specified Unicode code point. |
| GetGeneralCategory(UInt32) |
Gets the general category of the specified Unicode code point. |
GetGeneralCategory(Int32)
Gets the general category of the specified Unicode code point.
public HarfBuzzSharp.UnicodeGeneralCategory GetGeneralCategory(int unicode);
Parameters
- unicode
- Int32
The Unicode code point to query.
Returns
The UnicodeGeneralCategory for the code point.
Applies to
GetGeneralCategory(UInt32)
Gets the general category of the specified Unicode code point.
public HarfBuzzSharp.UnicodeGeneralCategory GetGeneralCategory(uint unicode);
Parameters
- unicode
- UInt32
The Unicode code point to query.
Returns
The UnicodeGeneralCategory for the code point.