[]
Determines whether the string is a complex string with RTL reading order.
public static bool IsComplexString(string s)
Public Shared Function IsComplexString(s As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | s | The string. |
| Type | Description |
|---|---|
| bool |
|