OpenSearchRuntime.EncodeForLocationQueryFormat-Methode
Codiert eine Zeichenfolge für die Verwendung in OpenSearch federated Location URL-Abfragezeichenfolge.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function EncodeForLocationQueryFormat ( _
str As String _
) As String
'Usage
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.EncodeForLocationQueryFormat(str)
public string EncodeForLocationQueryFormat(
string str
)
Parameter
str
Typ: System.StringDie zu codierende Zeichenfolge.
Rückgabewert
Typ: System.String
Die codierte Zeichenfolge.
Implementiert
ILocationRuntime.EncodeForLocationQueryFormat(String)