Method QuoteChar
QuoteChar(Int32)
Specifies that the character ch
shall be treated as a quote
character.
Declaration
public void QuoteChar(int ch)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ch | The character to be considered a quote character. |