RelatedItemsField.GetValidatedString method
Validates and converts the field value into a serialized form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetValidatedString ( _
value As Object _
) As String
'Usage
Dim instance As RelatedItemsField
Dim value As Object
Dim returnValue As String
returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
Object value
)
Parameters
value
Type: System.ObjectThe field value to convert.
Return value
Type: System.String
The serialized form of the value.