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

FileHelperEngine.ReadFile Method (String)

Read a file and return an array of the contained records.

[Visual Basic]
Overloads Public Function ReadFile( _
   ByVal fileName As String _
) As Object()
[C#]
public object[] ReadFile(
   string fileName
);

Parameters

fileName
The file path to be read.

Return Value

An array of the records in the file

Remarks

This method open, read and close the file (don't open or close the file before or after to call this method)

Example

This example show the basic use of the library with minimun code:


        

See Also

FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadFile 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