DecimalFormatSymbols.GroupingSeparatorString 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 string used for grouping separator. -or- <strong>[icu]</strong> Sets the string used for grouping separator.
public virtual string? GroupingSeparatorString { [Android.Runtime.Register("getGroupingSeparatorString", "()Ljava/lang/String;", "GetGetGroupingSeparatorStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setGroupingSeparatorString", "(Ljava/lang/String;)V", "GetSetGroupingSeparatorString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getGroupingSeparatorString", "()Ljava/lang/String;", "GetGetGroupingSeparatorStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setGroupingSeparatorString", "(Ljava/lang/String;)V", "GetSetGroupingSeparatorString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.GroupingSeparatorString : string with get, set
Property Value
the grouping separator string
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the string used for grouping separator. Different for French, etc.
Java documentation for android.icu.text.DecimalFormatSymbols.getGroupingSeparatorString()
.
Property setter documentation:
<strong>[icu]</strong> Sets the string used for grouping separator.
<b>Note:</b> When the input grouping separator String is represented by multiple Java chars, then #getGroupingSeparator()
will return the default 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.