Struct BadDataFoundArgs
- Namespace
- CsvHelper
- Assembly
- CsvHelper.dll
Information about the field that caused BadDataFound to be called.
public readonly struct BadDataFoundArgs
- Inherited Members
Constructors
BadDataFoundArgs(string, string, CsvContext)
Creates a new instance of BadDataFoundArgs.
public BadDataFoundArgs(string field, string rawRecord, CsvContext context)
Parameters
field
stringThe full field unedited.
rawRecord
stringThe full row unedited.
context
CsvContextThe context.
Fields
Context
The context.
public readonly CsvContext Context
Field Value
Field
The full field unedited.
public readonly string Field
Field Value
RawRecord
The full row unedited.
public readonly string RawRecord