获取指定的对象的文本值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetFieldValueAsText ( _
value As Object _
) As String
用法
Dim instance As SPFieldDecimal
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueAsText(value)
public override string GetFieldValueAsText(
Object value
)
参数
value
类型:System.Object从中检索的文本值的对象。
返回值
类型:System.String
指定对象的文本值。
备注
如果value null ,此重写返回空字符串。