Android.OS.Bundle.PutString Method
Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putString", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public override void PutString (string key, string value)

Parameters

p0
Documentation for this section has not yet been entered.
p1
Documentation for this section has not yet been entered.
key
a String, or null
value
a String, or null

Remarks

Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1