DecimalFormatSymbols.MonetaryGroupingSeparator Property

Definition

Gets the character used for grouping separator for currencies. -or- Sets the character used for grouping separator for currencies.

public virtual char MonetaryGroupingSeparator { [Android.Runtime.Register("getMonetaryGroupingSeparator", "()C", "GetGetMonetaryGroupingSeparatorHandler", ApiSince=34)] get; [Android.Runtime.Register("setMonetaryGroupingSeparator", "(C)V", "GetSetMonetaryGroupingSeparator_CHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMonetaryGroupingSeparator", "()C", "GetGetMonetaryGroupingSeparatorHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMonetaryGroupingSeparator", "(C)V", "GetSetMonetaryGroupingSeparator_CHandler", ApiSince=34)>]
member this.MonetaryGroupingSeparator : char with get, set

Property Value

the monetary grouping separator

Attributes

Remarks

Property getter documentation:

Gets the character used for grouping separator for currencies. May be different from grouping separator in some locales, e.g, German in Austria.

Added in 15.

Java documentation for java.text.DecimalFormatSymbols.getMonetaryGroupingSeparator().

Property setter documentation:

Sets the character used for grouping separator for currencies. Invocation of this method will not affect the normal grouping separator.

Added in 15.

Java documentation for java.text.DecimalFormatSymbols.setMonetaryGroupingSeparator(char).

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