Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 150 Bytes

readme.textile

File metadata and controls

7 lines (5 loc) · 150 Bytes

How to use

var parser = new OFXDocumentParser();
var ofxDocument = parser.Import(new FileStream(@"c:\ofxdoc.ofx", FileMode.Open));