Table of Contents

Struct ShouldQuoteArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

ShouldQuote args.

public readonly struct ShouldQuoteArgs
Inherited Members

Constructors

ShouldQuoteArgs(string?, Type, IWriterRow)

Creates a new instance of ShouldQuoteArgs.

public ShouldQuoteArgs(string? field, Type fieldType, IWriterRow row)

Parameters

field string

The field.

fieldType Type

The field type.

row IWriterRow

The row.

Fields

Field

The field.

public readonly string? Field

Field Value

string

FieldType

The field type.

public readonly Type FieldType

Field Value

Type

Row

The row.

public readonly IWriterRow Row

Field Value

IWriterRow