Java.Text.FieldPosition Class
Identifies fields in formatted strings.

See Also: FieldPosition Members

Syntax

[Android.Runtime.Register("java/text/FieldPosition", DoNotGenerateAcw=true)]
public class FieldPosition : Java.Lang.Object

Remarks

Identifies fields in formatted strings. If a FieldPosition is passed to the format method with such a parameter, then the indices will be set to the start and end indices of the field in the formatted string.

A FieldPosition can be created by using the integer constants in the various format classes (for example NumberFormat.INTEGER_FIELD) or one of the fields of type Format.Field.

If more than one field position is needed, the method _Format.FormatToCharacterIterator(Java.Lang.Object) should be used.

[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