طريقة System::Globalization::NumberFormatInfo::get_PercentNegativePattern
NumberFormatInfo::get_PercentNegativePattern method
يحصل على نمط السالب للنسبة المئوية.
int System::Globalization::NumberFormatInfo::get_PercentNegativePattern() const
ReturnValue
فهرس النمط في المصفوفة {"-n %", “-n%”, “-%n”, “%-n”, “%n-”, “n-%”, “n%-”, “-% n”, “n %-”, “% n-”, “% -n”, “n- %"}، حيث “n” هو الرقم، و”%" هو علامة النسبة المئوية و"-" هو علامة السالب.
انظر أيضًا
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++