FASTSearchRuntime.EncodeForLocationQueryFormat Method
Encodes a string for use in the FAST Search Server 2010 for SharePoint farm location URL’s query string.
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 FASTSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.EncodeForLocationQueryFormat(str)
public string EncodeForLocationQueryFormat(
string str
)
Parameters
- str
Type: System.String
Return Value
Type: System.String
Returns String.
Implements
ILocationRuntime.EncodeForLocationQueryFormat(String)