Partager via


SPEncode.NoEncode - Méthode

S'applique à aucun codage à la chaîne spécifiée.

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

Syntaxe

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

returnValue = SPEncode.NoEncode(str)
public static string NoEncode(
    string str
)

Paramètres

Valeur renvoyée

Type : System.String
Une chaîne qui n'est pas codée.

Voir aussi

Référence

SPEncode classe

SPEncode - Membres

Microsoft.SharePoint.Utilities - Espace de noms