Click or drag to resize
MARC21OpenReadStream Method
Description: 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
public Object OpenReadStream(
	string sPath,
	int codepage = 65001
)

Parameters

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

Return Value

Type: Object
StreamReader object or null

Implements

MARC21_InterfaceOpenReadStream(String, Int32)
See Also