Used to write a string without instanciate the engine.
This is feature limited method try to use the non static methods.
[Visual Basic]
Public Shared Function WriteString( _
ByVal
recordClass As
Type, _
ByVal
records As
IEnumerable _
) As
String
Parameters
-
recordClass
- The record class.
-
records
- The records to write (Can be an array, ArrayList, etc)
Return Value
The string with the writen records.
See Also
CommonEngine Class | FileHelpers Namespace
Powered by: