StringHelper.QuoteString method

namespace: Serenity   assemblySerenity.Net.Core

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