Click or drag to resize

IFileHelperEngineTWriteString Method (IEnumerableT, Int32)

Write an array of records to an String and return it.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
string WriteString(
	IEnumerable<T> records,
	int maxRecords
)

Parameters

records
Type: System.Collections.GenericIEnumerableT
The records to write (Can be an array, ArrayList, etc)
maxRecords
Type: SystemInt32
The max number of array elements to write.

Return Value

Type: String
The resulting string after write the records.

Return Value

Type: String
True if the operation is successful. False otherwise.
See Also