ParsePosition Constructors
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.
Overloads
ParsePosition(Int32) |
Create a new ParsePosition with the given initial index. |
ParsePosition(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ParsePosition(Int32)
Create a new ParsePosition with the given initial index.
[Android.Runtime.Register(".ctor", "(I)V", "")]
public ParsePosition (int index);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Java.Text.ParsePosition : int -> Java.Text.ParsePosition
Parameters
- index
- Int32
initial index
- Attributes
Remarks
Create a new ParsePosition with the given initial index.
Java documentation for java.text.ParsePosition.ParsePosition(.*int)
.
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
ParsePosition(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected ParsePosition (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Text.ParsePosition : nativeint * Android.Runtime.JniHandleOwnership -> Java.Text.ParsePosition
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.