SPHttpUtility.NoEncode - Méthode (String)

Récupère la chaîne spécifiée en tant que chaîne décodée.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function NoEncode ( _
    valueToEncode As String _
) As String
'Utilisation
Dim valueToEncode As String
Dim returnValue As String

returnValue = SPHttpUtility.NoEncode(valueToEncode)
public static string NoEncode(
    string valueToEncode
)

Paramètres

Valeur renvoyée

Type : System.String
La chaîne décodée.

Voir aussi

Référence

SPHttpUtility classe

SPHttpUtility - Membres

NoEncode - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms