Android.OS.Bundle.GetCharSequenceFormatted Method
Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key or if a null value is explicitly associatd with the given key.

Syntax

[Android.Runtime.Register("getCharSequence", "(Ljava/lang/String;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
public Java.Lang.ICharSequence GetCharSequenceFormatted (string key, Java.Lang.ICharSequence defaultValue)

Parameters

key
a String, or null
defaultValue
Value to return if key does not exist or if a null value is associated with the given key.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key or if a null value is explicitly associatd with the given key.

[Android Documentation]

Requirements

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