MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / DetermineUnicodeClass(String) Method
The Unicode character as a string.

In This Topic
DetermineUnicodeClass(String) Method
In This Topic
Determines which bidirectional class the Unicode character belongs to.
Syntax
'Declaration
 
Public Shared Function DetermineUnicodeClass( _
   ByVal unicodeCharacter As String _
) As UnicodeClass
 

Parameters

unicodeCharacter
The Unicode character as a string.

Return Value

The bidirectional class of the character.
Remarks
Based on http://www.unicode.org/Public/UNIDATA/extracted/DerivedBidiClass.txt
See Also