Table of Contents

Interface ICsvRowIo

Namespace
Hi.Common.CsvUtils
Assembly
HiGeom.dll

Object that can be two-way converting between CSV row.

public interface ICsvRowIo
Extension Methods

Properties

CsvText

Csv text.

string CsvText { get; set; }

Property Value

string

CsvTitleText

Csv titles text.

string CsvTitleText { get; }

Property Value

string