IFormattedValue.ToCharacterIterator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the formatted number as an AttributedCharacterIterator.
[Android.Runtime.Register("toCharacterIterator", "()Ljava/text/AttributedCharacterIterator;", "GetToCharacterIteratorHandler:Android.Icu.Text.IFormattedValueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public Java.Text.IAttributedCharacterIterator? ToCharacterIterator ();
[<Android.Runtime.Register("toCharacterIterator", "()Ljava/text/AttributedCharacterIterator;", "GetToCharacterIteratorHandler:Android.Icu.Text.IFormattedValueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member ToCharacterIterator : unit -> Java.Text.IAttributedCharacterIterator
Returns
An AttributedCharacterIterator containing full field information.
- Attributes
Remarks
Exports the formatted number as an AttributedCharacterIterator.
Consider using #nextPosition
if you are trying to get field information.
Java documentation for android.icu.text.FormattedValue.toCharacterIterator()
.
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.