[]
Determines if a Unicode character belongs to a specified bidirectional class.
public static bool DetermineUnicodeClassIs(string unicodeCharacter, UnicodeClass unicodeClass)
Type | Name | Description |
---|---|---|
string | unicodeCharacter | The Unicode character as a string. |
UnicodeClass | unicodeClass | The bidirectional class to check. |
Type | Description |
---|---|
bool |
|
Determines if a Unicode character belongs to a specified bidirectional class.
public static bool DetermineUnicodeClassIs(int unicodeValue, UnicodeClass unicodeClass)
Type | Name | Description |
---|---|---|
int | unicodeValue | The Unicode character as an integer. |
UnicodeClass | unicodeClass | The bidirectional class to check. |
Type | Description |
---|---|
bool |
|