ScientificNumberFormatter.GetSuperscriptInstance Method

Definition

Overloads

GetSuperscriptInstance(DecimalFormat)
GetSuperscriptInstance(ULocale)

GetSuperscriptInstance(DecimalFormat)

[Android.Runtime.Register("getSuperscriptInstance", "(Landroid/icu/text/DecimalFormat;)Landroid/icu/text/ScientificNumberFormatter;", "", ApiSince=26)]
public static Android.Icu.Text.ScientificNumberFormatter? GetSuperscriptInstance (Android.Icu.Text.DecimalFormat? df);
[<Android.Runtime.Register("getSuperscriptInstance", "(Landroid/icu/text/DecimalFormat;)Landroid/icu/text/ScientificNumberFormatter;", "", ApiSince=26)>]
static member GetSuperscriptInstance : Android.Icu.Text.DecimalFormat -> Android.Icu.Text.ScientificNumberFormatter

Parameters

Returns

Attributes

Remarks

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

GetSuperscriptInstance(ULocale)

[Android.Runtime.Register("getSuperscriptInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/ScientificNumberFormatter;", "", ApiSince=26)]
public static Android.Icu.Text.ScientificNumberFormatter? GetSuperscriptInstance (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("getSuperscriptInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/ScientificNumberFormatter;", "", ApiSince=26)>]
static member GetSuperscriptInstance : Android.Icu.Util.ULocale -> Android.Icu.Text.ScientificNumberFormatter

Parameters

locale
ULocale

Returns

Attributes

Remarks

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