Parcel.CreateStringArray Method

Definition

Creates the string array value from this parcel.

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

Returns

String[]

The returned value may be null.

Attributes

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.

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

Applies to