WildcardFilter.Escape - Méthode
Ajoute les caractères d'échappement qui sont utilisés pour ce filtre générique à la chaîne spécifiée.
Espace de noms : Microsoft.SharePoint.BusinessData.Runtime
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function Escape ( _
str As String _
) As String
'Utilisation
Dim str As String
Dim returnValue As String
returnValue = WildcardFilter.Escape(str)
public static string Escape(
string str
)
Paramètres
str
Type : System.StringLa chaîne spécifiée.
Valeur renvoyée
Type : System.String
Une chaîne avec caractères d'échappement ajoutés.