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
fieldstringThe full field unedited.
rawRecordstringThe full row unedited.
contextCsvContextThe 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