NumberFormatInfo: CurrencyGroupSizes (get)

CurrencyGroupSizes

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



 Public Property Get CurrencyGroupSizes ( ) As Long ( )

Return Values

Long() -  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/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview