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()
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: