SPFieldMultiChoiceValue.ToString - Méthode
Convertit l'objet SPFieldMultiChoiceValue en cours en sa représentation sous forme de texte.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides Function ToString As String
'Utilisation
Dim instance As SPFieldMultiChoiceValue
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valeur renvoyée
Type : System.String
La représentation textuelle de l'objet SPFieldMultiChoiceValue .
Remarques
Cette méthode retourne toutes les valeurs de champ séparées par un point-virgule et un signe dièse (";#").
Voir aussi
Référence
SPFieldMultiChoiceValue classe