Link Search Menu Expand Document

ConversionOptions Constructor

Initializes a new instance of the ConversionOptions class.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public ConversionOptions(
	string Delimiter,
	string Quote,
	OutputFormat Format
)

Parameters

Delimiter
Type: SystemString
The delimiter.
Quote
Type: SystemString
The quote.
Format
Type: Bytescout.SpreadsheetOutputFormat
The format.
See Also

Reference