Table of Contents

Struct CSVParser.CSVParseResult

Namespace
Core.Loaders
Assembly
Core.dll

CSV parsing result

public struct CSVParser.CSVParseResult

Fields

ColumnCount

public int ColumnCount

Field Value

int

ErrorContext

public NativeSlice<byte> ErrorContext

Field Value

NativeSlice<byte>

HeaderHashes

public NativeArray<uint> HeaderHashes

Field Value

NativeArray<uint>

IsSuccess

public bool IsSuccess

Field Value

bool

RowCount

public int RowCount

Field Value

int

Rows

public NativeArray<CSVParser.CSVRow> Rows

Field Value

NativeArray<CSVParser.CSVRow>

Methods

Dispose()

public void Dispose()

Failure(NativeSlice<byte>)

public static CSVParser.CSVParseResult Failure(NativeSlice<byte> errorContext)

Parameters

errorContext NativeSlice<byte>

Returns

CSVParser.CSVParseResult