QuoteUtil.quote

Simple quote of a string, escaping where needed.

@param buf the StringBuilder to append to @param str the string to quote

class QuoteUtil
static
void
quote
(
StringBuilder buf
,
string str
)

Meta