Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperEngine.ReadStringAsDT Method (String, Int32)

Read the records of a string and fill a DataTable with them.

[Visual Basic]
Overloads Public Function ReadStringAsDT( _
   ByVal source As String, _
   ByVal maxRecords As Integer _
) As DataTable
[C#]
public DataTable ReadStringAsDT(
   string source,
   int maxRecords
);

Parameters

source
The source string with the records.
maxRecords
The max number of records to read. Int32.MaxValue or -1 to read all records.

Return Value

The DataTable with the read records.

See Also

FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadStringAsDT Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox