Delimited Text Options.With Quote Character Method
Returns an options object with the QuoteCharacter
property changed to the specified value.
Definition
Namespace: Extreme.Data.Text
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public DelimitedTextOptions WithQuoteCharacter(
char quoteCharacter
)
Parameters
- quoteCharacter Char
- The new value for the QuoteCharacter property.