Click or drag to resize
MARC21MARC2Stream Method
Description: Converts MARC data to the mnemonic format.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public string MARC2Stream(
	string sMARC,
	int lFlag = 1
)

Parameters

sMARC
Type: SystemString
Binary MARC Stream
lFlag (Optional)
Type: SystemInt32
Determines character stream configuration. 0 -- Default, 1 -- MARC8, 2 -- UTF8

Return Value

Type: String

Implements

MARC21_InterfaceMARC2Stream(String, Int32)
See Also