MARC21_InterfaceOpenStreamWriter Method |
Returns a streamwriter object
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax Object OpenStreamWriter(
string path,
bool append,
int codepage
)
Function OpenStreamWriter (
path As String,
append As Boolean,
codepage As Integer
) As Object
Object^ OpenStreamWriter(
String^ path,
bool append,
int codepage
)
abstract OpenStreamWriter :
path : string *
append : bool *
codepage : int -> Object
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