Click or drag to resize

MARC21_InterfaceMnemonic2Stream Method

Make a Mnemonic set of records to a stream

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

Parameters

sMARC
Type: SystemString
Mnemonic block of record(s)
lFlag (Optional)
Type: SystemInt32
Sets encoding. Default: mengine60.mengine.MNEMONIC_DEFAULT

Return Value

Type: String

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

See Also