Write an array of records to an String and return it.
[Visual Basic]
Overloads Public Function WriteString( _
ByVal
records As
IEnumerable, _
ByVal
maxRecords As
Integer _
) As
String
Parameters
-
records
- The records to write (Can be an array, ArrayList, etc)
-
maxRecords
- The max number of array elements to write.
Return Value
The resulting string after write the records.True if the operation is successful. False otherwise.
See Also
FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.WriteString Overload List
Powered by: