Struct CSVTokenizer.CSVToken
A single CSV token
public struct CSVTokenizer.CSVToken
Fields
Column
public int Column
Field Value
- int
Data
public NativeSlice<byte> Data
Field Value
- NativeSlice<byte>
Row
public int Row
Field Value
- int
Type
public CSVTokenizer.CSVTokenType Type
Field Value
Methods
Create(CSVTokenType, NativeSlice<byte>, int, int)
public static CSVTokenizer.CSVToken Create(CSVTokenizer.CSVTokenType type, NativeSlice<byte> data, int row, int column)
Parameters
typeCSVTokenizer.CSVTokenTypedataNativeSlice<byte>rowintcolumnint