DecimalFormatSymbols.ExponentSeparator Property
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.
<strong>[icu]</strong> Returns the string used to separate the mantissa from the exponent. -or- <strong>[icu]</strong> Sets the string used to separate the mantissa from the exponent.
public virtual string? ExponentSeparator { [Android.Runtime.Register("getExponentSeparator", "()Ljava/lang/String;", "GetGetExponentSeparatorHandler", ApiSince=24)] get; [Android.Runtime.Register("setExponentSeparator", "(Ljava/lang/String;)V", "GetSetExponentSeparator_Ljava_lang_String_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getExponentSeparator", "()Ljava/lang/String;", "GetGetExponentSeparatorHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setExponentSeparator", "(Ljava/lang/String;)V", "GetSetExponentSeparator_Ljava_lang_String_Handler", ApiSince=24)>]
member this.ExponentSeparator : string with get, set
Property Value
the localized exponent symbol, used in localized patterns and formatted strings
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the string used to separate the mantissa from the exponent. Examples: "x10^" for 1.23x10^4, "E" for 1.23E4.
Java documentation for android.icu.text.DecimalFormatSymbols.getExponentSeparator()
.
Property setter documentation:
<strong>[icu]</strong> Sets the string used to separate the mantissa from the exponent. Examples: "x10^" for 1.23x10^4, "E" for 1.23E4.
Java documentation for android.icu.text.DecimalFormatSymbols.setExponentSeparator(java.lang.String)
.
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.