SPFieldNumber.ParseAndSetValue 方法

分析指定的字符串为带格式的 double 值,并将其设置为该字段的值为指定的项。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overrides Sub ParseAndSetValue ( _
    item As SPListItem, _
    value As String _
)
用法
Dim instance As SPFieldNumber
Dim item As SPListItem
Dim value As String

instance.ParseAndSetValue(item, value)
public override void ParseAndSetValue(
    SPListItem item,
    string value
)

参数

异常

异常 条件
ArgumentNullException

item参数为 null。

另请参阅

引用

SPFieldNumber 类

SPFieldNumber 成员

Microsoft.SharePoint 命名空间