次の方法で共有


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", ApiSince=24)] get; [Android.Runtime.Register("setMonetaryDecimalSeparator", "(C)V", "GetSetMonetaryDecimalSeparator_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getMonetaryDecimalSeparator", "()C", "GetGetMonetaryDecimalSeparatorHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setMonetaryDecimalSeparator", "(C)V", "GetSetMonetaryDecimalSeparator_CHandler", ApiSince=24)>]
member this.MonetaryDecimalSeparator : char with get, set

Property Value

the monetary decimal separator character

Attributes

Remarks

Property getter documentation:

Returns the monetary decimal separator.

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

Property setter documentation:

Sets the monetary decimal separator.

Java documentation for android.icu.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