SPFieldLookup.GetFieldValueAsText method
將欄位型別值轉換成顯示模式中使用的文字。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetFieldValueAsText ( _
value As Object _
) As String
'用途
Dim instance As SPFieldLookup
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueAsText(value)
public override string GetFieldValueAsText(
Object value
)
參數
value
Type: System.Object要轉換的值。
傳回值
Type: System.String
已轉換的值。
備註
這個方法會傳回空如果value是 null 。
這個方法會傳回一組以分號隔開,如果AllowMultipleValues屬性設定為true的值。