MARC21_InterfaceMMaker Method |
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 int MMaker(
string sSource,
string sDest
)
Function MMaker (
sSource As String,
sDest As String
) As Integer
int MMaker(
String^ sSource,
String^ sDest
)
abstract MMaker :
sSource : string *
sDest : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path
Return Value
Type:
Int32Returns records processed.
See Also