Click or drag to resize

MARC21.MARC2MARC21XML Method

Translates MARC to MARC21XML

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public int MARC2MARC21XML(
	string sSource,
	string sDest,
	bool bNamespace
)

Parameters

sSource
Type: System.String
Source Path
sDest
Type: System.String
Destination Path
bNamespace
Type: System.Boolean
Print Namespace (default true)

Return Value

Type: Int32
Returns the records processed.

Implements

MARC21_Interface.MARC2MARC21XML(String, String, Boolean)
See Also