Creates a new instance of the CSVDataSet class.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public CSVDataSet(
	string filePath,
	char delimiter
)
Visual Basic
Public Sub New ( _
	filePath As String, _
	delimiter As Char _
)

Parameters

filePath
Type: System..::..String
The full path to the file
delimiter
Type: System..::..Char
character delimiter

See Also