System::Globalization::NumberFormatInfo::get_NumberGroupSizes method
NumberFormatInfo::get_NumberGroupSizes method
Gets numbers of digits per group.
ArrayPtr<int> System::Globalization::NumberFormatInfo::get_NumberGroupSizes() const
ReturnValue
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++