Java.Text.ICharacterIterator.SetIndex Method
Sets the current index to a new position and returns the character at the new index.

Syntax

[Android.Runtime.Register("setIndex", "(I)C", "GetSetIndex_IHandler:Java.Text.ICharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public char SetIndex (int location)

Parameters

location
the new index that this character iterator is set to.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif location is less than the begin index or greater than the end index.

Remarks

Sets the current index to a new position and returns the character at the new index.

[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