Function CSPString::URLEncode()
Description:
Encodes the content of a string according to the URL encoding.
 |
Prototype:
void URLEncode();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
This member function is useful for manually constructing querystrings or URLs.
See also:
member functions URLDecode(), HTMLEncode(), HTMLDecode()
|
|