CommonEngineReadStringT Method (String) |
Used to read a string without instantiating the engine.
This method has limited features. We recommend using the non static methods.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic static T[] ReadString<T>(
string input
)
where T : class
Public Shared Function ReadString(Of T As Class) (
input As String
) As T()
Parameters
- input
- Type: SystemString
The input string.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:FileHelpers.CommonEngine.ReadString``1(System.String)"]
Return Value
Type:
TThe read records.
See Also