WildcardFilter.Escape method
Adds the escape characters that are used for this wildcard filter to the specified string.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function Escape ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = WildcardFilter.Escape(str)
public static string Escape(
string str
)
Parameters
str
Type: System.StringThe specified string.
Return value
Type: System.String
A string with escape characters added.