[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs

DetermineUnicodeClassIs Method

DetermineUnicodeClassIs(string, UnicodeClass)

Determines if a Unicode character belongs to a specified bidirectional class.

Declaration
public static bool DetermineUnicodeClassIs(string unicodeCharacter, UnicodeClass unicodeClass)
Parameters
Type Name Description
string unicodeCharacter

The Unicode character as a string.

UnicodeClass unicodeClass

The bidirectional class to check.

Returns
Type Description
bool

true if the character belongs to the specified class; otherwise, false.

DetermineUnicodeClassIs(int, UnicodeClass)

Determines if a Unicode character belongs to a specified bidirectional class.

Declaration
public static bool DetermineUnicodeClassIs(int unicodeValue, UnicodeClass unicodeClass)
Parameters
Type Name Description
int unicodeValue

The Unicode character as an integer.

UnicodeClass unicodeClass

The bidirectional class to check.

Returns
Type Description
bool

true if the character belongs to the specified class; otherwise, false.