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
Syntaxpublic string RecordToString(
Object record
)
Public Function RecordToString (
record As Object
) As String
Parameters
- record
- Type: SystemObject
The record that will be transformed to string
Return Value
Type:
StringThe string representation of the current record
See Also