CurrencyPluralInfo Constructors
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.
Overloads
CurrencyPluralInfo() |
Create a CurrencyPluralInfo object for the default |
CurrencyPluralInfo(ULocale) |
Create a CurrencyPluralInfo object for the given locale. |
CurrencyPluralInfo(Locale) |
Create a CurrencyPluralInfo object for the given locale. |
CurrencyPluralInfo(IntPtr, JniHandleOwnership) |
CurrencyPluralInfo()
Create a CurrencyPluralInfo object for the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public CurrencyPluralInfo ();
- Attributes
Remarks
Create a CurrencyPluralInfo object for the default FORMAT
locale.
Java documentation for android.icu.text.CurrencyPluralInfo.CurrencyPluralInfo()
.
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
CurrencyPluralInfo(ULocale)
Create a CurrencyPluralInfo object for the given locale.
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public CurrencyPluralInfo (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.CurrencyPluralInfo : Android.Icu.Util.ULocale -> Android.Icu.Text.CurrencyPluralInfo
Parameters
- locale
- ULocale
the locale
- Attributes
Remarks
Create a CurrencyPluralInfo object for the given locale.
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
CurrencyPluralInfo(Locale)
Create a CurrencyPluralInfo object for the given locale.
[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public CurrencyPluralInfo (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.CurrencyPluralInfo : Java.Util.Locale -> Android.Icu.Text.CurrencyPluralInfo
Parameters
- locale
- Locale
the locale
- Attributes
Remarks
Create a CurrencyPluralInfo object for the given locale.
Java documentation for android.icu.text.CurrencyPluralInfo.CurrencyPluralInfo(java.util.Locale)
.
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
CurrencyPluralInfo(IntPtr, JniHandleOwnership)
protected CurrencyPluralInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.CurrencyPluralInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.CurrencyPluralInfo
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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.