DecimalFormatSymbols.MonetaryGroupingSeparatorString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Returns the monetary grouping separator. -or- <strong>[icu]</strong> Sets the monetary grouping separator string.
public virtual string? MonetaryGroupingSeparatorString { [Android.Runtime.Register("getMonetaryGroupingSeparatorString", "()Ljava/lang/String;", "GetGetMonetaryGroupingSeparatorStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setMonetaryGroupingSeparatorString", "(Ljava/lang/String;)V", "GetSetMonetaryGroupingSeparatorString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getMonetaryGroupingSeparatorString", "()Ljava/lang/String;", "GetGetMonetaryGroupingSeparatorStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setMonetaryGroupingSeparatorString", "(Ljava/lang/String;)V", "GetSetMonetaryGroupingSeparatorString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.MonetaryGroupingSeparatorString : string with get, set
Property Value
the monetary grouping separator string
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the monetary grouping separator.
Java documentation for android.icu.text.DecimalFormatSymbols.getMonetaryGroupingSeparatorString()
.
Property setter documentation:
<strong>[icu]</strong> Sets the monetary grouping separator string.
<b>Note:</b> When the input grouping separator String is represented by multiple Java chars, then #getMonetaryGroupingSeparator()
will return the default monetary grouping separator character (',').
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.