ILocationRuntime.DecodeForLocationQueryFormat method
Decodifica a seqüência de caracteres de consulta da URL local federado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Uso
Dim instance As ILocationRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
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.