Click or drag to resize
MARC21_InterfaceOpenReadStream Method
Opens a StreamReader Object configured to a specific codepage

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
Object OpenReadStream(
	string sPath,
	int codepage
)

Parameters

sPath
Type: SystemString
Path to the file
codepage
Type: SystemInt32
Codepage value

Return Value

Type: Object
StreamReader object or null
See Also