Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CsvOptions Constructor (String, Char, String)

Create a Csv Wrapper using the specified sample file with their headers.

[Visual Basic]
Overloads Public Sub New( _
   ByVal className As String, _
   ByVal delimiter As Char, _
   ByVal sampleFile As String _
)
[C#]
public CsvOptions(
   string className,
   char delimiter,
   string sampleFile
);

Parameters

className
The name of the record class
delimiter
The delimiter for each field
sampleFile
A sample file with a header that contains the names of the fields.

See Also

CsvOptions Class | FileHelpers Namespace | CsvOptions Constructor Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox