DelimitedTextOptions.WithEscapeCharacter Method

Returns an options object with the EscapeCharacter 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 WithEscapeCharacter(
	char escapeCharacter
)

Parameters

escapeCharacter  Char
The new value for the EscapeCharacter property.

Return Value

DelimitedTextOptions

See Also