Parcel.ReadString Method

Definition

Read a string value from the parcel at the current dataPosition().

[Android.Runtime.Register("readString", "()Ljava/lang/String;", "")]
public string? ReadString ();
[<Android.Runtime.Register("readString", "()Ljava/lang/String;", "")>]
member this.ReadString : unit -> string

Returns

Attributes

Remarks

Read a string value from the parcel at the current dataPosition().

Java documentation for android.os.Parcel.readString().

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