Click or drag to resize

StiCsvHelperGetTable Method (String, Int32, String)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiCsvHelper.GetTable(System.String,System.Int32,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataTable GetTable(
	string path,
	int codePage,
	string separator
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Stimulsoft.Base.StiCsvHelper.GetTable(System.String,System.Int32,System.String)"]

codePage
Type: SystemInt32

[Missing <param name="codePage"/> documentation for "M:Stimulsoft.Base.StiCsvHelper.GetTable(System.String,System.Int32,System.String)"]

separator
Type: SystemString

[Missing <param name="separator"/> documentation for "M:Stimulsoft.Base.StiCsvHelper.GetTable(System.String,System.Int32,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Stimulsoft.Base.StiCsvHelper.GetTable(System.String,System.Int32,System.String)"]

See Also