System::Globalization::NumberFormatInfo::set_NumberGroupSizes method
NumberFormatInfo::set_NumberGroupSizes method
Sets numbers of digits per group.
void System::Globalization::NumberFormatInfo::set_NumberGroupSizes(const ArrayPtr<int> &value)
Parameter | Type | Description |
---|---|---|
value | const ArrayPtr<int>& | Array of digits per group, left to right; each element must be 1 to 9, last one can be 0 which means “combine all”; last element repeats. |
See Also
- Typedef ArrayPtr
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++