Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / TextHelper Class / IsComplexString Method
The string.


In This Topic
    IsComplexString Method
    In This Topic
    Determines whether the string is a complex string with RTL reading order.
    Syntax
    'Declaration
     
    
    Public Shared Function IsComplexString( _
       ByVal s As String _
    ) As Boolean
    'Usage
     
    
    Dim s As String
    Dim value As Boolean
     
    value = TextHelper.IsComplexString(s)
    public static bool IsComplexString( 
       string s
    )

    Parameters

    s
    The string.

    Return Value

    true if complex string with RTL reading order; otherwise, false.
    See Also