CurrencyPluralInfo.SetCurrencyPluralPattern(String, String) Method

Definition

[Android.Runtime.Register("setCurrencyPluralPattern", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSetCurrencyPluralPattern_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=24)]
public virtual void SetCurrencyPluralPattern (string? pluralCount, string? pattern);
[<Android.Runtime.Register("setCurrencyPluralPattern", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSetCurrencyPluralPattern_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member SetCurrencyPluralPattern : string * string -> unit
override this.SetCurrencyPluralPattern : string * string -> unit

Parameters

pluralCount
String
pattern
String
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to