MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / DetermineUnicodeClassIs Method / DetermineUnicodeClassIs(Int32,UnicodeClass) Method
The Unicode character as an integer.
The bidirectional class to check.

In This Topic
DetermineUnicodeClassIs(Int32,UnicodeClass) Method
In This Topic
Determines if a Unicode character belongs to a specified bidirectional class.
Syntax
'Declaration
 
Public Overloads Shared Function DetermineUnicodeClassIs( _
   ByVal unicodeValue As Integer, _
   ByVal unicodeClass As UnicodeClass _
) As Boolean
 

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.
See Also