RatingCountField.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 RatingCountField
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

RatingCountField Class

RatingCountField Members

Microsoft.SharePoint.Portal.WebControls Namespace