Click or drag to resize
MARC21 Methods

The MARC21 type exposes the following members.

Methods
  Name Description
Public method Add_Field
Add Field function is used to add a list of fields to a file
Public method Add_Field_Stream
Add_Field_Stream Field function is used to add a list of fields to a file
Public method ChangeStringEncoding
Provides a method to flip character encodings
Public method CloseReadStream
Closes a streamreader object
Public method CloseWriteStream
Closes a StreamWriter Object
Public method ContainsUnicodeCharacter
Description: Reads a string and determines if the string is in UTF8
Public method ConvertFile
Description: ConvertFile translates binary MARC data from one character codepage to another
Public method Delete_Field
Delete Field function is used to delete a list of fields from a file
Public method Delete_Field_Stream
Delete_Field_Stream Field function is used to delete a list of fields from a file
Public method Delimited_Output_Stream
Delimited_Output_Stream
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Export_Tabbed_MARC(String, String, String)
Export a delimited field list from a set of MARC records.
Public method Export_Tabbed_MARC(String, String, String, Int32)
Export a delimited field list from a set of MARC records.
Public method Export_Tabbed_MARC_Stream(String, String)
Export a delimited field list from a set of MARC records.
Public method Export_Tabbed_MARC_Stream(String, String, Int32)
Export a delimited field list from a set of MARC records.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method MARC2MARC21XML
Translates MARC to MARC21XML
Public method MARC2MARC21XML_Stream
Translates MARC to MARC21XML stream
Public method MARC2Stream
Description: Converts MARC data to the mnemonic format.
Public method MARC2XML
Translates MARC to XML
Public method MARC2XML_Stream
Translates MARC2XML_Stream
Public method MarcFile
MarcFile: reads MARC Files and return data in the mnemonic format.
Public method MarcFileEx
MarcFile: reads MARC Files and return data in the mnemonic format.
Public method MARCJoin
MARCJoin provides the ability to join a set of files into a single file.
Public method MARCSplit
MARCSplit provides the ability to split larger record sets into smaller file sets.
Public method MARCXMLtoMARC
Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MMaker
MMaker reads MarcEdit's Mnemonic format and returns a MARC file.
Public method MMakerEx
MMakerEx reads MarcEdit's Mnemonic format and returns a MARC file.
Public method Mnemonic2Stream
Description: Converts MarcEdit's mnemonic string format to MARC
Public method OpenReadStream
Description: Opens a StreamReader Object configured to a specific codepage
Public method OpenStreamWriter
Returns a streamwriter object
Public method Peek
Returns the current file position of the StreamReader.
Public method ReadAll
Description Read the entire contents of a streamreader object
Public method ReadLine
Reads next line of the StreamReaderObject
Public method ReadMARC21XML
Reads MARC21XML to MARC
Public method ReadMARC21XMLStream
Reads MARC21XML to MARC
Public method ReadNextMnemonicRecord
Returns the next Mnemonic Record Block
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UnEscapeEntities
Description: Unescapes HTML entity values.
Public method Write
Writes to a streamWriter object
Public method XML2MARC
Translates XML to MARC
Public method XML2XML
Translates one XML format to another.
Public method XMLFile
Depricated MARCEngine 4.6 function. Use MARC2MARC21XML
Public method XMLtoMARC
Depricated. Use XML2MARC
Public method XMLtoXML
Depricated function from MarcEdit 4.6. Use XML2XML
Top
See Also