OpenSearchRuntime.EncodeForLocationQueryFormat - Méthode
Encode une chaîne à utiliser dans la chaîne de requête de l'URL emplacement fédéré OpenSearch.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function EncodeForLocationQueryFormat ( _
str As String _
) As String
'Utilisation
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.EncodeForLocationQueryFormat(str)
public string EncodeForLocationQueryFormat(
string str
)
Paramètres
str
Type : System.StringLa chaîne à coder.
Valeur renvoyée
Type : System.String
La chaîne encodée.
Implémentations
ILocationRuntime.EncodeForLocationQueryFormat(String)