DelimitedTextOptions.WithQuoteEscapeMethod Method

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

Definition

Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public DelimitedTextOptions WithQuoteEscapeMethod(
	QuoteEscapeMethod quoteEscapeMethod
)

Parameters

quoteEscapeMethod  QuoteEscapeMethod
The new value for the QuoteEscapeMethod property.

Return Value

DelimitedTextOptions

See Also