static void SF_STDCALL UnescapeSpecialHTML(const char* psrc, UPInt length, String* punescapedStr);
UnescapeSpecialHTML unescapes the encoded/decoded special HTML characters in a string.
Parameters |
Description |
const char* psrc |
Pointer to the string containing the special characters. |
UPInt length |
Length of the string. |
String* punescapedStr |
Pointer to the unescaped string. |