다음을 통해 공유


DecimalFormatSymbols Constructors

Definition

Overloads

DecimalFormatSymbols()

Creates a DecimalFormatSymbols object for the default FORMAT locale.

DecimalFormatSymbols(ULocale)

<strong>[icu]</strong> Creates a DecimalFormatSymbols object for the given locale.

DecimalFormatSymbols(Locale)

Creates a DecimalFormatSymbols object for the given locale.

DecimalFormatSymbols(IntPtr, JniHandleOwnership)

DecimalFormatSymbols()

Creates a DecimalFormatSymbols object for the default FORMAT locale.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public DecimalFormatSymbols ();
Attributes

Remarks

Creates a DecimalFormatSymbols object for the default FORMAT locale.

Java documentation for android.icu.text.DecimalFormatSymbols.DecimalFormatSymbols().

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)

<strong>[icu]</strong> Creates a DecimalFormatSymbols object for the given locale.

[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

the locale

Attributes

Remarks

<strong>[icu]</strong> Creates a DecimalFormatSymbols object for the given locale.

Java documentation for android.icu.text.DecimalFormatSymbols.DecimalFormatSymbols(android.icu.util.ULocale).

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)

Creates a DecimalFormatSymbols object for the given 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

the locale

Attributes

Remarks

Creates a DecimalFormatSymbols object for the given locale.

Java documentation for android.icu.text.DecimalFormatSymbols.DecimalFormatSymbols(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

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