WildcardFilter.Escape Method

Adds the escape characters that are used for this Wildcard filter to the specified string.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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

Return Value

Type: System.String
A string with escape characters added.

See Also

Reference

WildcardFilter Class

WildcardFilter Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace