GetCharacterType
Leave feedback
On this page
Gets a type of a character.
public CharacterType GetCharacterType(char character)
| Parameter | Type | Description |
|---|---|---|
| character | Char | The character to get a type. |
A type of the character.
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Gets a type of a Unicode code point.
public CharacterType GetCharacterType(int codePoint)
| Parameter | Type | Description |
|---|---|---|
| codePoint | Int32 | The Unicode code point to get a type. |
A type of the Unicode code point.
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Gets a type of a character. This method can be used to obtain the type of surrogate pair.
public CharacterType GetCharacterType(string character)
| Parameter | Type | Description |
|---|---|---|
| character | String | The character or surrogate pair to get a type. |
A type of the character.
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.