Click or drag to resize

StiCsvOptions Constructor (String, 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(
	string path,
	int codePage = 0,
	string separator = ";"
)

Parameters

path
Type: SystemString

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

codePage (Optional)
Type: SystemInt32

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

separator (Optional)
Type: SystemString

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

See Also