urlEncode generates a string encoding the contents of the currently selected item in search results.
int urlDecode(const char * str);
|
Parameters |
Description |
|
const char * str |
String containing a search results item encoded with urlEncode |
The string can be used in a subsequent call to urlDecode to re-create the search results item.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|