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