Share via


DecimalFormatSymbols.DecimalSeparatorString Property

Definition

<strong>[icu]</strong> Returns the string used for decimal sign. -or- <strong>[icu]</strong> Sets the string used for decimal sign.

public virtual string? DecimalSeparatorString { [Android.Runtime.Register("getDecimalSeparatorString", "()Ljava/lang/String;", "GetGetDecimalSeparatorStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setDecimalSeparatorString", "(Ljava/lang/String;)V", "GetSetDecimalSeparatorString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getDecimalSeparatorString", "()Ljava/lang/String;", "GetGetDecimalSeparatorStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setDecimalSeparatorString", "(Ljava/lang/String;)V", "GetSetDecimalSeparatorString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.DecimalSeparatorString : string with get, set

Property Value

the decimal sign string

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong> Returns the string used for decimal sign.

Java documentation for android.icu.text.DecimalFormatSymbols.getDecimalSeparatorString().

Property setter documentation:

<strong>[icu]</strong> Sets the string used for decimal sign.

<b>Note:</b> When the input decimal separator String is represented by multiple Java chars, then #getDecimalSeparator() will return the default decimal separator character ('.').

Java documentation for android.icu.text.DecimalFormatSymbols.setDecimalSeparatorString(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.

Applies to