Click or drag to resize

StiCsvHelperGetTable Method (Byte, Int32, String, Boolean)

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataTable GetTable(
	byte[] data,
	int codePage,
	string separator,
	bool loadData = true
)

Parameters

data
Type: SystemByte

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

codePage
Type: SystemInt32

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

separator
Type: SystemString

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

loadData (Optional)
Type: SystemBoolean

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

Return Value

Type: DataTable

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

See Also