MarcEdit .NET COM API Documentation

MARC21.MARC2MARC21XML Method 

Translates MARC to MARC21XML

public int MARC2MARC21XML(
   string sSource,
   string sDest,
   bool bNamespace
);

Parameters

sSource
Source Path
sDest
Destination Path
bNamespace
Print Namespace (default true)

Return Value

Returns the records processed.

Implements

MARC21_Interface.MARC2MARC21XML

See Also

MARC21 Class | MARCEngine5 Namespace