Function CSPString::HTMLEncode()
Description:
Encodes the string according to the HTML encoding.
 |
Prototype:
void HTMLEncode();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
Ensures that text that may contain symbols like "<" and ">", will appear correctly in an HTML page.
See also:
member functions HTMLDecode(), URLEncode(), URLDecode()
|
|