DecimalStyle.OfDefaultLocale Method

Definition

Obtains the DecimalStyle for the default java.util.Locale.Category#FORMAT FORMAT locale.

[Android.Runtime.Register("ofDefaultLocale", "()Ljava/time/format/DecimalStyle;", "", ApiSince=26)]
public static Java.Time.Format.DecimalStyle? OfDefaultLocale ();
[<Android.Runtime.Register("ofDefaultLocale", "()Ljava/time/format/DecimalStyle;", "", ApiSince=26)>]
static member OfDefaultLocale : unit -> Java.Time.Format.DecimalStyle

Returns

the decimal style, not null

Attributes

Remarks

Java documentation for java.time.format.DecimalStyle.ofDefaultLocale().

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