Click or drag to resize

ProcessorFormatTableJson Method

Formats the specified table as Json.

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

Parameters

table
Type: Opait.ReportMiner.ApiITable
The specified table.

Return Value

Type: String
Table formatted as Json.
See Also