System::Globalization::NumberFormatInfo::set_PercentGroupSizes method
NumberFormatInfo::set_PercentGroupSizes method
Sets numbers of digits per percent value group.
void System::Globalization::NumberFormatInfo::set_PercentGroupSizes(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.Font for C++