Share via


AverageRatingField.GetValidatedString method

Returns the serialized, validated string representation of the value parameter.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overrides Function GetValidatedString ( _
    value As Object _
) As String
'Usage
Dim instance As AverageRatingField
Dim value As Object
Dim returnValue As String

returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
    Object value
)

Parameters

  • value
    Type: System.Object

    The field value object that represents the value object to convert.

Return value

Type: System.String
A string that serializes the value parameter object.

Remarks

This override converts the field value object into a string.

See also

Reference

AverageRatingField class

AverageRatingField members

Microsoft.SharePoint.Portal.WebControls namespace