You are here: C++ Support Classes > dtSearch Namespace > Classes > DString Class > DString::appendHtmlEncoded Method
DString::appendHtmlEncoded Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DString::appendHtmlEncoded Method
Syntax
C++
void appendHtmlEncoded(const char * s, bool bAllowTags = true);

Append text, HTML-encoding it. If bAllowTags, then newline will be stored using a BR tag.