StringHelper.QuoteString method
namespace: Serenity assembly: Serenity.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
- class StringHelper