Android.Content.Context.GetString Method
Return a localized string from the application's package's default string table.

Syntax

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

Parameters

resId
Resource id for the string

Returns

Documentation for this section has not yet been entered.

Remarks

Return a localized string from the application's package's default string table.

[Android Documentation]

Requirements

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