MARC21_InterfaceMARC2Stream Method |
Break a set of MARC records to a stream
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxstring MARC2Stream(
string sMARC,
int lFlag = 1
)
Parameters
- sMARC
- Type: SystemString
MARC Record block - lFlag (Optional)
- Type: SystemInt32
User defined encoding -- default is to autodetect
Return Value
Type:
String[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.MARC2Stream(System.String,System.Int32)"]
See Also