DecimalFormatSymbols Constructors

Definition

Overloads

DecimalFormatSymbols()
DecimalFormatSymbols(ULocale)
DecimalFormatSymbols(Locale)
DecimalFormatSymbols(IntPtr, JniHandleOwnership)

DecimalFormatSymbols()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public DecimalFormatSymbols ();
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

DecimalFormatSymbols(ULocale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public DecimalFormatSymbols (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DecimalFormatSymbols : Android.Icu.Util.ULocale -> Android.Icu.Text.DecimalFormatSymbols

Parameters

locale
ULocale
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

DecimalFormatSymbols(Locale)

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public DecimalFormatSymbols (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DecimalFormatSymbols : Java.Util.Locale -> Android.Icu.Text.DecimalFormatSymbols

Parameters

locale
Locale
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

DecimalFormatSymbols(IntPtr, JniHandleOwnership)

protected DecimalFormatSymbols (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.DecimalFormatSymbols : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.DecimalFormatSymbols

Parameters

javaReference
IntPtr

nativeint

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