LocalizedNumberRangeFormatter.WithoutLocale Method

Definition

Disassociate the locale from this formatter.

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

Returns

The fluent chain.

Attributes

Remarks

Disassociate the locale from this formatter.

Java documentation for android.icu.number.LocalizedNumberRangeFormatter.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