InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontShaping Class / IsArabic Method

In This Topic
    IsArabic Method (FontShaping)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsArabic( _
       ByVal text As String _
    ) As Boolean
    public static bool IsArabic( 
       string text
    )

    Parameters

    text
    See Also