NumberFormatter.WithLocale 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.
Overloads
WithLocale(ULocale) | |
WithLocale(Locale) |
WithLocale(ULocale)
[Android.Runtime.Register("withLocale", "(Landroid/icu/util/ULocale;)Landroid/icu/number/LocalizedNumberFormatter;", "", ApiSince=30)]
public static Android.Icu.Number.LocalizedNumberFormatter? WithLocale (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("withLocale", "(Landroid/icu/util/ULocale;)Landroid/icu/number/LocalizedNumberFormatter;", "", ApiSince=30)>]
static member WithLocale : Android.Icu.Util.ULocale -> Android.Icu.Number.LocalizedNumberFormatter
Parameters
- locale
- ULocale
Returns
- Attributes
Applies to
WithLocale(Locale)
[Android.Runtime.Register("withLocale", "(Ljava/util/Locale;)Landroid/icu/number/LocalizedNumberFormatter;", "", ApiSince=30)]
public static Android.Icu.Number.LocalizedNumberFormatter? WithLocale (Java.Util.Locale? locale);
[<Android.Runtime.Register("withLocale", "(Ljava/util/Locale;)Landroid/icu/number/LocalizedNumberFormatter;", "", ApiSince=30)>]
static member WithLocale : Java.Util.Locale -> Android.Icu.Number.LocalizedNumberFormatter
Parameters
- locale
- Locale
Returns
- Attributes