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

CommonEngine.ReadSortedFile Method 

Read the contents of a file and sort the records.

[Visual Basic]
Public Shared Function ReadSortedFile( _
   ByVal recordClass As Type, _
   ByVal fileName As String _
) As Object()
[C#]
public static object[] ReadSortedFile(
   Type recordClass,
   string fileName
);

Parameters

recordClass
Record Class (remember that need to implement the IComparer interface, or you can use SortFileByfield)
fileName
The file to read.

Return Value

Missing <returns> documentation for M:FileHelpers.CommonEngine.ReadSortedFile(System.Type,System.String)

See Also

CommonEngine Class | FileHelpers Namespace


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