String::EscapeSpecialHTML

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

EscapeSpecialHTML escapes the encoded/decoded special HTML characters in a string.

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