[]
Is right to left text (such as" Arabic or Hebrew).
public static bool IsRightToLeft(string text)
Public Shared Function IsRightToLeft(text As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The text string. |
| Type | Description |
|---|---|
| bool | True if the text string is right to left, otherwise false. |