Merge the contents of 2 files and write them sorted to a destination file.
[Visual Basic] Overloads Public Shared Function MergeAndSortFile( _ ByVal recordType As Type, _ ByVal file1 As String, _ ByVal file2 As String, _ ByVal destFile As String, _ ByVal field As String _ ) As Object()