string quote

(const string &sSource, const bool bEscape8Bit,
  const string &sEscape)

Quotes a string.

Documentation

Quotes a string. Quotes the string sSource and returns this new quoted string. This method uses the addSlashes function of the strutilsxx library so there are another two optional parameters: bEscape8Bit, sEscape. They are relayed to the addSlashes function and are explained in the strutilsxx documentation.

Alphabetic index



This page was generated with the help of DOC++.