'Declaration Public Overloads Shared Function DetermineUnicodeClassIs( _ ByVal unicodeValue As Integer, _ ByVal unicodeClass As UnicodeClass _ ) As Boolean
public static bool DetermineUnicodeClassIs( int unicodeValue, UnicodeClass unicodeClass )
Parameters
- unicodeValue
- The Unicode character as an integer.
- unicodeClass
- The bidirectional class to check.
Return Value
true
if the character belongs to the specified class; otherwise, false
.