Java.Text._Format.FormatToCharacterIterator Method
Formats the specified object using the rules of this format and returns an AttributedCharacterIterator with the formatted string and no attributes.

Syntax

[Android.Runtime.Register("formatToCharacterIterator", "(Ljava/lang/Object;)Ljava/text/AttributedCharacterIterator;", "GetFormatToCharacterIterator_Ljava_lang_Object_Handler")]
public virtual IAttributedCharacterIterator FormatToCharacterIterator (Java.Lang.Object object)

Parameters

object
the object to format.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the object cannot be formatted by this format.

Remarks

Formats the specified object using the rules of this format and returns an AttributedCharacterIterator with the formatted string and no attributes.

Subclasses should return an AttributedCharacterIterator with the appropriate attributes.

[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