LocalizedNumberRangeFormatter.WithoutLocale Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.