MarcEngine7 Class File
MarcEngine7 Class File
MARCEngine7
MARC21 Class
MARC21 Methods
Add_Field Method
Add_Field_Stream Method
AddField Method
ChangeStringEncoding Method
CleanTempFiles Method
CloseReadStream Method
CloseWriteStream Method
ContainsUnicodeCharacter Method
ConvertFile Method
Delete_Field Method
Delete_Field_Stream Method
DeleteField Method
Delimited_Output_Stream Method
Dispose Method
Export_Tabbed_MARC Method
Export_Tabbed_MARC_Stream Method
Finalize Method
IsDisposed Method
MARC2MARC21XML Method
MARC2MARC21XML_Stream Method
MARC2Stream Method
MARC2XML Method
MARC2XML_Stream Method
MarcFile Method
MarcFileEx Method
MARCJoin Method
MARCSplit Method
MARCXMLtoMARC Method
MMaker Method
MMakerEx Method
Mnemonic2Stream Method
OpenReadStream Method
OpenStreamWriter Method
Peek Method
ReadAll Method
ReadLine Method
ReadMARC21XML Method
ReadMARC21XMLStream Method
ReadNextMARCRecord Method
ReadNextMnemonicRecord Method
ReplaceAll Method
UnEscapeEntities Method
Write Method
XML2MARC Method
XML2XML Method
XMLFile Method
XMLtoMARC Method
XMLtoXML Method
MARC21
ConvertFile Method
Description: ConvertFile translates binary MARC data from one character codepage to another
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
Copy
public
void
ConvertFile
(
string
Source
,
string
Dest
,
int
codepage
)
Parameters
Source
Type:
System
String
Source File -- is a binary MARC File
Dest
Type:
System
String
Destination File -- will be a binary MARC File
codepage
Type:
System
Int32
numeric value that corresponds to the Operating System codepage for an encoding
Implements
MARC21_Interface
ConvertFile(String, String, Int32)
See Also
Reference
MARC21 Class
MARCEngine7 Namespace