Read a String and return an array of the contained records.
[Visual Basic]
Overloads Public Function ReadString( _
ByVal
source As
String, _
ByVal
maxRecords As
Integer _
) As
Object()
Parameters
-
source
- The string that contains the records.
-
maxRecords
- The max number of records to read. Int32.MaxValue or -1 to read all records.
Return Value
An array of the records in the String.
See Also
FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadString Overload List
Powered by: