Click or drag to resize

IRecordFormatTableCSV Method

Formats the specified table as a comma delimited string.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
string FormatTableCSV(
	ITable table
)

Parameters

table
Type: Opait.ReportMiner.ApiITable
The table to format.

Return Value

Type: String
The formatted table as a comma-delimited string.
See Also