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)
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#