MMaker reads MarcEdit's Mnemonic format and returns a MARC file.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int MMaker(
string sSource,
string sDest
)
Public Function MMaker (
sSource As String,
sDest As String
) As Integer
public:
virtual int MMaker(
String^ sSource,
String^ sDest
) sealed
abstract MMaker :
sSource : string *
sDest : string -> int
override MMaker :
sSource : string *
sDest : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path
Return Value
Type:
Int32Returns records processed.
Implements
MARC21_InterfaceMMaker(String, String)See Also