Android.Text.ITextDirectionHeuristic.IsRtl Method
Guess if a CharSequence is in the RTL direction or not.

Syntax

[Android.Runtime.Register("isRtl", "(Ljava/lang/CharSequence;II)Z", "GetIsRtl_Ljava_lang_CharSequence_IIHandler:Android.Text.ITextDirectionHeuristicInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsRtl (Java.Lang.ICharSequence cs, int start, int count)

Parameters

cs
the CharSequence.
start
start index, inclusive.
count
the length to check, must not be negative and not greater than CharSequence.length() - start.

Returns

Documentation for this section has not yet been entered.

Remarks

Guess if a CharSequence is in the RTL direction or not.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18