System::Globalization::NumberFormatInfo::set_NumberNegativePattern 方法
NumberFormatInfo::set_NumberNegativePattern method
设置数字负数模式。
void System::Globalization::NumberFormatInfo::set_NumberNegativePattern(int value)
| Parameter | Type | 描述 |
|---|---|---|
| value | int | 数组中模式的索引 {"(n)", “-n”, “- n”, “n-”, “n -"},其中 “n” 为数字,”-" 为负号。 |
另见
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++