MARC21Delimited_Output_Stream Method |
Delimited_Output_Stream
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxpublic string Delimited_Output_Stream(
string str,
string sArgs,
bool IsMarc,
bool bHeader = true
)
Parameters
- str
- Type: SystemString
MARC Stream (string) - sArgs
- Type: SystemString
Arguments list (comma delimited) - IsMarc
- Type: SystemBoolean
1 is MARC, 0 is nonMARC - bHeader (Optional)
- Type: SystemBoolean
Print the header element or not
Return Value
Type:
String[Missing <returns> documentation for "M:MARCEngine7.MARC21.Delimited_Output_Stream(System.String,System.String,System.Boolean,System.Boolean)"]
Implements
MARC21_InterfaceDelimited_Output_Stream(String, String, Boolean, Boolean)
See Also