AverageRatingField.GetFieldValue Method
Converts the specified value into a field type value object when the field type requires a complex data type that differs from the parent field type.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Function GetFieldValue ( _
value As String _
) As Object
'Usage
Dim instance As AverageRatingField
Dim value As String
Dim returnValue As Object
returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
string value
)
Parameters
- value
Type: System.String
A string to convert into a field type value object.
Return Value
Type: System.Object
The object that represents the field type value object.
Remarks
The override returns null if the value parameter is null or empty.