NumberFormatInfo: CurrencyGroupsSizes (get)

CurrencyGroupsSizes

Returns an array of longs which represent a comma separator group size.



 Public Property Get CurrencyGroupsSizes ( ) As Variant

Return Values

Variant -  An array of longs.

Remarks

Each element represents the number of digits that will be grouped together before a comma separator is inserted. Each element is used once to specify the group size, then the next element is used for the next group of digits, until the last group size. The last group size is used for the remainder of digits to be formatted.

If a 0 is specified for a group size, it can only be the last size in the array. A 0 as the last group size will prevent the remaining digits from being separated.

Read Only.

See Also

Project VBCorLib Overview Class NumberFormatInfo Overview NumberFormatInfo Properties NumberFormatInfo Methods CurrencyGroupSizes (let) CurrencyNegativePattern (get)