Click or drag to resize

MARC21OpenReadStream Method

Description: Opens a StreamReader Object configured to a specific codepage

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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