Used to read a string without instanciate the engine. This is feature limited method try to use the non static methods.
[Visual Basic] Overloads Public Shared Function ReadString( _ ByVal recordClass As Type, _ ByVal input As String, _ ByVal maxRecords As Integer _ ) As Object()
[C#] public static object[] ReadString( TyperecordClass, stringinput, intmaxRecords );
Parameters
recordClass
The record class.
input
The input string.
maxRecords
The max number of records to read. Int32.MaxValue or -1 to read all records.