SPFieldMultiChoiceValue.ToString method

Converts the current SPFieldMultiChoiceValue object to its text representation.

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

Syntax

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

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

Return value

Type: System.String
The text representation of the current SPFieldMultiChoiceValue object.

Remarks

This method returns all the field values separated by a semicolon and number sign (“;#”).

See also

Reference

SPFieldMultiChoiceValue class

SPFieldMultiChoiceValue members

Microsoft.SharePoint namespace