Faster way to Transform the records of type sourceType in the sourceFile in records of type destType and write them to the destFile.
[Visual Basic] Public Shared Function TransformFileAsync( _ ByVal sourceFile As String, _ ByVal sourceType As Type, _ ByVal destFile As String, _ ByVal destType As Type _ ) As Integer
[C#] public static int TransformFileAsync( stringsourceFile, TypesourceType, stringdestFile, TypedestType );