Java.Util.ResourceBundle.GetStringArray Method
Returns the named resource from this ResourceBundle.

Syntax

[Android.Runtime.Register("getStringArray", "(Ljava/lang/String;)[Ljava/lang/String;", "")]
public string[] GetStringArray (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 an array of strings.

Remarks

Returns the named 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