String::UnescapeSpecialHTML

String::UnescapeSpecialHTML
static void SF_STDCALL UnescapeSpecialHTML(const char* psrc, UPInt length, String* punescapedStr);
Description

UnescapeSpecialHTML unescapes the encoded/decoded special HTML characters in a string.

Parameters
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.