Click or drag to resize

MARC21_InterfaceMARC2MARC21XML Method

Translates MARC to MARC21XML

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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.
See Also