SPFieldRatingScaleValue.ToString Method

Returns a string that contains the questions and answers of a user in a single survey response.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPFieldRatingScaleValue
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
A string that contains the questions and responses of a single user in the following format, which assumes that the rating scale has three subordinate questions, and that the user has selected 3 as the rating for all three questions:
My First Question ;#3#My Second Question;#3#My Third Question;#3#

See Also

Reference

SPFieldRatingScaleValue Class

SPFieldRatingScaleValue Members

Microsoft.SharePoint Namespace