Share via


DecimalFormatSymbols.MonetaryDecimalSeparatorString Property

Definition

<strong>[icu]</strong> Returns the monetary decimal separator string. -or- <strong>[icu]</strong> Sets the monetary decimal separator string.

public virtual string? MonetaryDecimalSeparatorString { [Android.Runtime.Register("getMonetaryDecimalSeparatorString", "()Ljava/lang/String;", "GetGetMonetaryDecimalSeparatorStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setMonetaryDecimalSeparatorString", "(Ljava/lang/String;)V", "GetSetMonetaryDecimalSeparatorString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getMonetaryDecimalSeparatorString", "()Ljava/lang/String;", "GetGetMonetaryDecimalSeparatorStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setMonetaryDecimalSeparatorString", "(Ljava/lang/String;)V", "GetSetMonetaryDecimalSeparatorString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.MonetaryDecimalSeparatorString : string with get, set

Property Value

the monetary decimal separator string

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong> Returns the monetary decimal separator string.

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

Property setter documentation:

<strong>[icu]</strong> Sets the monetary decimal separator string.

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

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