Android.Content.Res.Resources.GetQuantityTextFormatted Method
Returns the character sequence necessary for grammatically correct pluralization of the given resource ID for the given quantity.

Syntax

[Android.Runtime.Register("getQuantityText", "(II)Ljava/lang/CharSequence;", "GetGetQuantityText_IIHandler")]
public virtual Java.Lang.ICharSequence GetQuantityTextFormatted (int id, int quantity)

Parameters

id
The desired resource identifier, as generated by the aapt tool. This integer encodes the package, type, and resource entry. The value 0 is an invalid identifier.
quantity
The number used to get the correct string for the current language's plural rules.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:android/content/res/Resources$NotFoundException;Href=../../../../reference/android/content/res/Resources.NotFoundException.htmlThrows NotFoundException if the given ID does not exist.

Remarks

Returns the character sequence necessary for grammatically correct pluralization of the given resource ID for the given quantity. Note that the character sequence is selected based solely on grammatical necessity, and that such rules differ between languages. Do not assume you know which string will be returned for a given quantity. See String Resources for more detail.

[Android Documentation]

Requirements

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