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
stringThe field.
fieldType
TypeThe field type.
row
IWriterRowThe row.
Fields
Field
The field.
public readonly string? Field
Field Value
FieldType
The field type.
public readonly Type FieldType
Field Value
Row
The row.
public readonly IWriterRow Row