MultiRecordEngineWriteString Method (IEnumerable) |
Write an array of records to an String and return it.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic string WriteString(
IEnumerable records
)
Public Function WriteString (
records As IEnumerable
) As String
Parameters
- records
- Type: System.CollectionsIEnumerable
The records to write (Can be an array, ArrayList, etc)
Return Value
Type:
StringThe resulting string after write the records.
See Also