Click or drag to resize

MARC21ConvertFile 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#
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