static void SF_STDCALL EscapeSpecialHTML(const char* psrc, UPInt length, String* pescapedStr);
EscapeSpecialHTML escapes the encoded/decoded special HTML characters in a string.
|
Parameters |
Description |
|
const char* psrc |
Pointer to string which is to be escaped. |
|
UPInt length |
Length of the string. |
|
String* pescapedStr |
Pointer to the escaped string. |