SPListItem.GetFormattedValue 方法
返回指定的字段值,包括格式。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetFormattedValue ( _
fieldName As String _
) As String
用法
Dim instance As SPListItem
Dim fieldName As String
Dim returnValue As String
returnValue = instance.GetFormattedValue(fieldName)
public string GetFormattedValue(
string fieldName
)
参数
fieldName
类型:System.String一个字符串,包含的内部名称或字段的显示名称。
返回值
类型:System.String
一个字符串,包含带格式的值。