MARC21_InterfaceOpenReadStream Method |
Opens a StreamReader Object configured to a specific codepage
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax Object OpenReadStream(
string sPath,
int codepage
)
Function OpenReadStream (
sPath As String,
codepage As Integer
) As Object
Object^ OpenReadStream(
String^ sPath,
int codepage
)
abstract OpenReadStream :
sPath : string *
codepage : int -> Object
Parameters
- sPath
- Type: SystemString
Path to the file - codepage
- Type: SystemInt32
Codepage value
Return Value
Type:
ObjectStreamReader object or null
See Also