根据服务器的区域设置,获取用于显示计算字段中的负数的负数模式。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property NegNumberMode As UInteger
Get
用法
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.NegNumberMode
public uint NegNumberMode { get; }
属性值
类型:System.UInt32
负数模式。
备注
NegNumberMode属性中包含一个下表中,具体取决于网站的区域设置中列出的值。
值 |
说明 |
示例 |
|---|---|---|
0 |
括号包含数。 |
(1.1) |
1 |
放置数字前面。 |
-1.1 |
2 |
放置之前多余空格数。 |
- 1.1 |
3 |
置于之后数。 |
1.1- |
4 |
置于之后多余空格数。 |
1.1 - |