Click or drag to resize

StiCsvOptions Constructor (Byte, Int32, String)

Initializes a new instance of the StiCsvOptions class

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiCsvOptions(
	byte[] content,
	int codePage = 0,
	string separator = ";"
)

Parameters

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.StiCsvOptions.#ctor(System.Byte[],System.Int32,System.String)"]

codePage (Optional)
Type: SystemInt32

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

separator (Optional)
Type: SystemString

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

See Also