Click or drag to resize
MARC21MARC2MARC21XML Method
Translates MARC to MARC21XML

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int MARC2MARC21XML(
	string sSource,
	string sDest,
	bool bNamespace
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
bNamespace
Type: SystemBoolean
Print Namespace (default true)

Return Value

Type: Int32
Returns the records processed.

Implements

MARC21_InterfaceMARC2MARC21XML(String, String, Boolean)
See Also