MARC21_InterfaceOpenStreamWriter Method |
Returns a streamwriter object
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
SyntaxObject OpenStreamWriter(
string path,
bool append,
int codepage
)
Parameters
- path
- Type: SystemString
Path to file - append
- Type: SystemBoolean
Append to existing file -- true; overwrite create -- false - codepage
- Type: SystemInt32
Codepage to Open Stream
Return Value
Type:
ObjectStreamWriter object or null
See Also