5843c1d5 47d5 f891 0e3b 4214e152904a - akesseler/Plexdata.CsvParser GitHub Wiki

CsvReader.DumpLines Method

Prints processed lines.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

[ConditionalAttribute("DEBUG")]
private static void DumpLines(
	IEnumerable<string> lines
)

Parameters

 

lines
Type: System.Collections.Generic.IEnumerable(String)
Lines to print.

Remarks

This method prints processed lines, but only in debug mode.

See Also

Reference

CsvReader Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️