Java.Util.ResourceBundle.GetString Method
Returns the named string resource from this ResourceBundle.

Syntax

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

See Also

ResourceBundle.GetObject(string)

Parameters

key
the name of the resource.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionif the resource is not found.
Java.Lang.ClassCastExceptionif the resource found is not a string.

Remarks

Returns the named string resource from this ResourceBundle.

[Android Documentation]

Requirements

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