'Usage
Dim s As String Dim value As Boolean value = TextHelper.IsComplexString(s)
Parameters
- s
- The string.
Return Value
true
if complex string with RTL reading order; otherwise, false
.'Usage
Dim s As String Dim value As Boolean value = TextHelper.IsComplexString(s)
true
if complex string with RTL reading order; otherwise, false
.