Guess if a chars array is in the RTL direction or not.
Syntax
[Android.Runtime.Register("isRtl", "([CII)Z", "GetIsRtl_arrayCIIHandler:Android.Text.ITextDirectionHeuristicInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
bool IsRtl (
char[] array,
int start,
int count)
Parameters
- array
- the char array.
- start
- start index, inclusive.
- count
- the length to check, must not be negative and not greater than
array.length - start.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18