Click or drag to resize

StiCsvHelperGetDataSet Method

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSet(
	byte[] data,
	string tableName,
	int codePage,
	string separator
)

Parameters

data
Type: SystemByte

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

tableName
Type: SystemString

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

codePage
Type: SystemInt32

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

separator
Type: SystemString

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

Return Value

Type: DataSet

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

See Also