System::Globalization::NumberFormatInfo::get_PercentGroupSizes Methode
NumberFormatInfo::get_PercentGroupSizes method
Gibt die Anzahl der Ziffern pro Prozentwertgruppe zurück.
ArrayPtr<int> System::Globalization::NumberFormatInfo::get_PercentGroupSizes() 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.
Siehe auch
- Typedef ArrayPtr
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Font for C++