Click or drag to resize

IEngineFormatRecord Method

Formats all extracted data for the specified record.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
string FormatRecord(
	IRecord record
)

Parameters

record
Type: Opait.ReportMiner.ApiIRecord
The specified record.

Return Value

Type: String
Formatted record data.
See Also