FileHelperEngineTReadString Method (String) |
Read a String and return an array of the contained records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic T[] ReadString(
string source
)
Public Function ReadString (
source As String
) As T()
Parameters
- source
- Type: SystemString
The string that contains the records.
Return Value
Type:
TAn array of the records in the String.
Implements
IFileHelperEngineTReadString(String)
See Also