Click or drag to resize

MARC21_InterfaceOpenReadStream Method

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#
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