Click or drag to resize

MARC21OpenStreamWriter Method

Returns a streamwriter object

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public Object OpenStreamWriter(
	string path,
	bool append = false,
	int codepage = 65001
)

Parameters

path
Type: SystemString
Path to file
append (Optional)
Type: SystemBoolean
Append to a file -- true; create new file/overwrite existing file -- false
codepage (Optional)
Type: SystemInt32
Codepage to Open Stream

Return Value

Type: Object
StreamWriter object or null

Implements

MARC21_InterfaceOpenStreamWriter(String, Boolean, Int32)
See Also