ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontShaping Class / IsHebrewChar Method

In This Topic
    IsHebrewChar Method (FontShaping)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsHebrewChar( _
       ByVal ch As System.Char _
    ) As System.Boolean
    public static System.bool IsHebrewChar( 
       System.char ch
    )

    Parameters

    ch
    See Also