System::Globalization::NumberFormatInfo::get_NumberNegativePattern 方法
NumberFormatInfo::get_NumberNegativePattern method
获取数字负数格式。
int System::Globalization::NumberFormatInfo::get_NumberNegativePattern() const
ReturnValue
数组中模式的索引 {"(n)", “-n”, “- n”, “n-”, “n -"},其中 “n” 为数字,”-" 为负号。
另见
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++