DecimalFormatSymbols.MonetaryDecimalSeparator Property

Definition

Returns the monetary decimal separator. -or- Sets the monetary decimal separator.

public virtual char MonetaryDecimalSeparator { [Android.Runtime.Register("getMonetaryDecimalSeparator", "()C", "GetGetMonetaryDecimalSeparatorHandler")] get; [Android.Runtime.Register("setMonetaryDecimalSeparator", "(C)V", "GetSetMonetaryDecimalSeparator_CHandler")] set; }
[<get: Android.Runtime.Register("getMonetaryDecimalSeparator", "()C", "GetGetMonetaryDecimalSeparatorHandler")>]
[<set: Android.Runtime.Register("setMonetaryDecimalSeparator", "(C)V", "GetSetMonetaryDecimalSeparator_CHandler")>]
member this.MonetaryDecimalSeparator : char with get, set

Property Value

the monetary decimal separator

Attributes

Remarks

Property getter documentation:

Returns the monetary decimal separator.

Added in 1.2.

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

Property setter documentation:

Sets the monetary decimal separator.

Added in 1.2.

Java documentation for java.text.DecimalFormatSymbols.setMonetaryDecimalSeparator(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