Click or drag to resize

MARC21_InterfaceMARC2MARC21XML_Stream Method

MARC 2 MARC21XML Streaming function. Tasks a stream of records and processes them

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
string MARC2MARC21XML_Stream(
	string sMARC,
	bool bNamespace,
	int lFlag = 1
)

Parameters

sMARC
Type: SystemString

[Missing <param name="sMARC"/> documentation for "M:MARCEngine7.MARC21_Interface.MARC2MARC21XML_Stream(System.String,System.Boolean,System.Int32)"]

bNamespace
Type: SystemBoolean

[Missing <param name="bNamespace"/> documentation for "M:MARCEngine7.MARC21_Interface.MARC2MARC21XML_Stream(System.String,System.Boolean,System.Int32)"]

lFlag (Optional)
Type: SystemInt32
Sets character encoding. Default: mengine60.mengine60.MNEMONIC_DEFAULT

Return Value

Type: String

[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.MARC2MARC21XML_Stream(System.String,System.Boolean,System.Int32)"]

See Also