Description: Converts MARC data to the mnemonic format.
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxpublic 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[Missing <returns> documentation for "M:MARCEngine7.MARC21.MARC2Stream(System.String,System.Int32)"]
Implements
MARC21_InterfaceMARC2Stream(String, Int32)
See Also