Link Search Menu Expand Document

ICSVExtractorSaveCSVToFile Method (String, Encoding)

Saves comma-separated (CSV) data to file in specified encoding.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void SaveCSVToFile(
	string fileName,
	Encoding encoding
)

Parameters

fileName
Type: SystemString
File name.
encoding
Type: System.TextEncoding
The character encoding to use.
See Also

Reference