You are here: C++ API > Classes > dtsSearchResults Class > urlDecode Method > dtsSearchResults::urlDecode Method (const char *)
dtsSearchResults::urlDecode Method (const char *)
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchResults::urlDecode Method (const char *)
Syntax
C++
int urlDecode(const char * str);
Parameters
Description
const char * str
String containing a search results item encoded with urlEncode

urlEncode generates a string encoding the contents of the currently selected item in search results. The string can be used in a subsequent call to urlDecode to re-create the search results item.