Java.Util.Prefs.AbstractPreferences.Get Method
Gets the String value mapped to the given key or its default value if no value is mapped or no backing store is available.

Syntax

[Android.Runtime.Register("get", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetGet_Ljava_lang_String_Ljava_lang_String_Handler")]
public override string Get (string key, string deflt)

Parameters

key
the preference key.
deflt
the default value, which will be returned if no value is mapped to the given key or no backing store is available.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the String value mapped to the given key or its default value if no value is mapped or no backing store is available.

Some implementations may store default values in backing stores. In this case, if there is no value mapped to the given key, the stored default value is returned.

[Android Documentation]

Requirements

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