Skip to content

StringHelper.QuoteString method

Quotes a string.

public static void QuoteString(string s, StringBuilder sb, bool doubleQuote)
parameter description
s String.
sb StringBuilder.
doubleQuote True to use double quotes.

See Also