DecimalFormat.CurrencyPluralInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Returns the current instance of CurrencyPluralInfo. -or- <strong>[icu]</strong> Sets a custom instance of CurrencyPluralInfo.
public virtual Android.Icu.Text.CurrencyPluralInfo? CurrencyPluralInfo { [Android.Runtime.Register("getCurrencyPluralInfo", "()Landroid/icu/text/CurrencyPluralInfo;", "GetGetCurrencyPluralInfoHandler", ApiSince=24)] get; [Android.Runtime.Register("setCurrencyPluralInfo", "(Landroid/icu/text/CurrencyPluralInfo;)V", "GetSetCurrencyPluralInfo_Landroid_icu_text_CurrencyPluralInfo_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getCurrencyPluralInfo", "()Landroid/icu/text/CurrencyPluralInfo;", "GetGetCurrencyPluralInfoHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setCurrencyPluralInfo", "(Landroid/icu/text/CurrencyPluralInfo;)V", "GetSetCurrencyPluralInfo_Landroid_icu_text_CurrencyPluralInfo_Handler", ApiSince=24)>]
member this.CurrencyPluralInfo : Android.Icu.Text.CurrencyPluralInfo with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the current instance of CurrencyPluralInfo.
Java documentation for android.icu.text.DecimalFormat.getCurrencyPluralInfo()
.
Property setter documentation:
<strong>[icu]</strong> Sets a custom instance of CurrencyPluralInfo. CurrencyPluralInfo generates pattern strings for printing currency long names.
<strong>Most users should not call this method directly.</strong> You should instead create your formatter via NumberFormat.getInstance(NumberFormat.PLURALCURRENCYSTYLE)
.
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.