MARC21MARC2MARC21XML Method |
Translates MARC to MARC21XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int MARC2MARC21XML(
string sSource,
string sDest,
bool bNamespace
)
Public Function MARC2MARC21XML (
sSource As String,
sDest As String,
bNamespace As Boolean
) As Integer
public:
virtual int MARC2MARC21XML(
String^ sSource,
String^ sDest,
bool bNamespace
) sealed
abstract MARC2MARC21XML :
sSource : string *
sDest : string *
bNamespace : bool -> int
override MARC2MARC21XML :
sSource : string *
sDest : string *
bNamespace : bool -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - bNamespace
- Type: SystemBoolean
Print Namespace (default true)
Return Value
Type:
Int32Returns the records processed.
Implements
MARC21_InterfaceMARC2MARC21XML(String, String, Boolean)See Also