Click or drag to resize
MARC21_InterfaceConvertFile Method
Convert charactersets from a codepage to UTF8

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

Parameters

Source
Type: SystemString
Source File
Dest
Type: SystemString
Destination file
codepage
Type: SystemInt32
Defined codepage for the characterset being converted to. These can be found at: http://msdn.microsoft.com/en-us/library/dd317756(VS.85).aspx
See Also