ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / DetermineCategory Method
The Unicode class to check.

In This Topic
    DetermineCategory Method
    In This Topic
    Based on the UnicodeClass parameter, the UnicodeCharacterCategory is returned.
    Syntax
    'Declaration
     
    Public Shared Function DetermineCategory( _
       ByVal unicodeClass As UnicodeClass _
    ) As UnicodeCharacterCategory
    public static UnicodeCharacterCategory DetermineCategory( 
       UnicodeClass unicodeClass
    )

    Parameters

    unicodeClass
    The Unicode class to check.

    Return Value

    The corresponding Unicode character category.
    Remarks
    Based on http://www.unicode.org/reports/tr9/index.html#Bidirectional_Character_Types
    See Also