OpenSearchRuntime.DecodeForLocationQueryFormat method
Decodifica a seqüência de caracteres de consulta da URL local OpenSearch federado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Uso
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
string str
)
Parâmetros
str
Type: System.StringA seqüência de caracteres de consulta para decodificar.
Valor retornado
Type: System.String
A seqüência de caracteres de consulta decodificada.
Implements
ILocationRuntime.DecodeForLocationQueryFormat(String)