Click or drag to resize
MARC21MMaker Method
MMaker reads MarcEdit's Mnemonic format and returns a MARC file.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int MMaker(
	string sSource,
	string sDest
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path

Return Value

Type: Int32
Returns records processed.

Implements

MARC21_InterfaceMMaker(String, String)
See Also