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
- class StringHelper
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. |