CsvSourceCsvRecordProcessValueInBuffer Method

NReco.PivotData Class Library Documentation
Perform low-level value processing with specified handler.

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public void ProcessValueInBuffer(
	int idx,
	Action<char[], int, int> handler
)

Parameters

idx
Type: SystemInt32
handler
Type: SystemActionChar, Int32, Int32
handler that accepts buffer, start position and value length.
See Also

Reference