DelimitedTextOptions.WithQuote Method

Returns an options object with the Quote property changed to the specified value.

Definition

Namespace: Extreme.Data.Text
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public DelimitedTextOptions WithQuote(
	QuoteUsage quote
)

Parameters

quote  QuoteUsage
The new value for the Quote property.

Return Value

DelimitedTextOptions

See Also