[]
        
(Showing Draft Content)

FarPoint.Win.Text.TextHelper.IsComplexString

IsComplexString Method

IsComplexString(string)

Determines whether the string is a complex string with RTL reading order.

Declaration
public static bool IsComplexString(string s)
Public Shared Function IsComplexString(s As String) As Boolean
Parameters
Type Name Description
string s

The string.

Returns
Type Description
bool

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