Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the escape characters that are used for this wildcard filter to the specified string.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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.String
The specified string.
Return Value
Type: System.String
A string with escape characters added.