MARC21_Exchange_Format_Parser Class Parser steps through the records in a MARC21 Electronic Format file or stream. Namespace: SobekCM.Resource_Object.MARC.Parsers Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0) Syntax
Remarks Written by Mark Sullivan (2005)
You can either pass in the stream or file to read into the constructor and immediately begin using Next() to step through them, or you can use the empty constructor and call the Parse methods for the first record. To use the IEnumerable interface, you must pass in the Stream or filename in the constructor. Inheritance HierarchyConstructors
Methods
Fields
Properties
See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |