MARC21_InterfaceMarcFileEx Method |
MarcFileEx: reads MARC Files and return data in the mnemonic format.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int MarcFileEx(
string sSource,
string sDest,
int lFlag
)
Function MarcFileEx (
sSource As String,
sDest As String,
lFlag As Integer
) As Integer
int MarcFileEx(
String^ sSource,
String^ sDest,
int lFlag
)
abstract MarcFileEx :
sSource : string *
sDest : string *
lFlag : int -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - lFlag
- Type: SystemInt32
Flag value (defines character type)
Return Value
Type:
Int32Returns the number of records processed
See Also