Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.