다음을 통해 공유


DecimalFormatSymbols.MonetaryGroupingSeparator Property

Definition

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

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

Property Value

the monetary grouping separator character

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

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

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