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)
SyntaxObject OpenReadStream(
string sPath,
int codepage
)
Parameters
- sPath
- Type: SystemString
Path to the file - codepage
- Type: SystemInt32
Codepage value
Return Value
Type:
ObjectStreamReader object or null
See Also