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
str
Type : System.StringLa chaîne ne pas à coder.
Valeur renvoyée
Type : System.String
Une chaîne qui n'est pas codée.