MARC21OpenReadStream Method |
Description: Opens a StreamReader Object configured to a specific codepage
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public Object OpenReadStream(
string sPath,
int codepage = 65001
)
Public Function OpenReadStream (
sPath As String,
Optional codepage As Integer = 65001
) As Object
public:
virtual Object^ OpenReadStream(
String^ sPath,
int codepage = 65001
) sealed
abstract OpenReadStream :
sPath : string *
?codepage : int
(* Defaults:
let _codepage = defaultArg codepage 65001
*)
-> Object
override OpenReadStream :
sPath : string *
?codepage : int
(* Defaults:
let _codepage = defaultArg codepage 65001
*)
-> Object
Parameters
- sPath
- Type: SystemString
Path to the file - codepage (Optional)
- Type: SystemInt32
Codepage value
Return Value
Type:
ObjectStreamReader object or null
Implements
MARC21_InterfaceOpenReadStream(String, Int32)See Also