Share via


SPHttpUtility.NoEncode - Méthode (Object)

Récupère l'objet de 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 Object _
) As String
'Utilisation
Dim valueToEncode As Object
Dim returnValue As String

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

Paramètres

  • valueToEncode
    Type : System.Object

    Un objet qui représente la chaîne à extraire.

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