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

FileHelperEngine.ReadString Method (String, Int32)

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()
[C#]
public object[] ReadString(
   string source,
   int maxRecords
);

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:

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