StringCharacterIterator.SetIndex(Int32) Method

Definition

Implements CharacterIterator.

[Android.Runtime.Register("setIndex", "(I)C", "")]
public char SetIndex (int p);
[<Android.Runtime.Register("setIndex", "(I)C", "")>]
abstract member SetIndex : int -> char
override this.SetIndex : int -> char

Parameters

p
Int32

Returns

Implements

Attributes

Exceptions

if location is smaller than the begin index or greater than the end index.

Remarks

Implements CharacterIterator.setIndex() for String.

Java documentation for java.text.StringCharacterIterator.setIndex(.*int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to