Java.Text.DecimalFormat.GroupingSize Property
Returns the number of digits grouped together by the grouping separator.

Syntax

[get: Android.Runtime.Register("getGroupingSize", "()I", "GetGetGroupingSizeHandler")]
[set: Android.Runtime.Register("setGroupingSize", "(I)V", "GetSetGroupingSize_IHandler")]
public virtual int GroupingSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the number of digits grouped together by the grouping separator. This only allows to get the primary grouping size. There is no API to get the secondary grouping size.

Set method documentation [Android Documentation]

Sets the number of digits grouped together by the grouping separator. This only allows to set the primary grouping size; the secondary grouping size can only be set with a pattern.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1