Language

LocalizedNumberFormatter.WithoutLocale Method

Definition

Disassociate the locale from this formatter.

[Android.Runtime.Register("withoutLocale", "()Landroid/icu/number/UnlocalizedNumberFormatter;", "GetWithoutLocaleHandler", ApiSince=36)]
public virtual Android.Icu.Number.UnlocalizedNumberFormatter? WithoutLocale();
[<Android.Runtime.Register("withoutLocale", "()Landroid/icu/number/UnlocalizedNumberFormatter;", "GetWithoutLocaleHandler", ApiSince=36)>]
abstract member WithoutLocale : unit -> Android.Icu.Number.UnlocalizedNumberFormatter
override this.WithoutLocale : unit -> Android.Icu.Number.UnlocalizedNumberFormatter

Returns

The fluent chain.

Attributes

Remarks

Disassociate the locale from this formatter.

Java documentation for android.icu.number.LocalizedNumberFormatter.withoutLocale().

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