Android.Media.MediaMetadata.GetString Method
Returns the text value associated with the given key as a String, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.

Syntax

[Android.Runtime.Register("getString", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public string GetString (string key)

Parameters

key
The key the value is stored under

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the text value associated with the given key as a String, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key. This is equivalent to calling MediaMetadata.GetTextFormatted(string) if the value is not null.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0