Java.Text.Bidi.RequiresBidi Method
Indicates whether a range of characters of a text requires a Bidi object to display properly.

Syntax

[Android.Runtime.Register("requiresBidi", "([CII)Z", "")]
public static bool RequiresBidi (char[] text, int start, int limit)

Parameters

text
the char array of the text.
start
the start offset of the range of characters.
limit
the limit offset of the range of characters.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif start or limit is negative; start > limit or limit is greater than the length of this object's paragraph text.

Remarks

Indicates whether a range of characters of a text requires a Bidi object to display properly.

[Android Documentation]

Requirements

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