ConstrainedFieldPosition.Field Property
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.
Gets the field for the current position.
public virtual Java.Text._Format.Field? Field { [Android.Runtime.Register("getField", "()Ljava/text/Format$Field;", "GetGetFieldHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getField", "()Ljava/text/Format$Field;", "GetGetFieldHandler", ApiSince=31)>]
member this.Field : Java.Text._Format.Field
Property Value
The field saved in the instance. See above for null conditions.
- Attributes
Remarks
Gets the field for the current position. The return value is well-defined and non-null only after FormattedValue#nextPosition returns true.
Android reference for android.icu.text.ConstrainedFieldPosition.getField.
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.