Click or drag to resize
MARC21ConvertFile Method
Description: ConvertFile translates binary MARC data from one character codepage to another

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public void ConvertFile(
	string Source,
	string Dest,
	int codepage
)

Parameters

Source
Type: SystemString
Source File -- is a binary MARC File
Dest
Type: SystemString
Destination File -- will be a binary MARC File
codepage
Type: SystemInt32
numeric value that corresponds to the Operating System codepage for an encoding

Implements

MARC21_InterfaceConvertFile(String, String, Int32)
See Also