NumberFormat.IntegerField Field

Definition

Field constant used to construct a FieldPosition object.

[Android.Runtime.Register("INTEGER_FIELD")]
public const int IntegerField = 0;
[<Android.Runtime.Register("INTEGER_FIELD")>]
val mutable IntegerField : int

Field Value

Value = 0
Attributes

Remarks

Field constant used to construct a FieldPosition object. Signifies that the position of the integer part of a formatted number should be returned.

Java documentation for java.text.NumberFormat.INTEGER_FIELD.

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