Click or drag to resize

RecordOptionsRecordToString Method

Allows the creating of a record string of the given record. Is useful when your want to log errors to a plan text file or database

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string RecordToString(
	Object record
)

Parameters

record
Type: SystemObject
The record that will be transformed to string

Return Value

Type: String
The string representation of the current record
See Also