MARC21_InterfaceReadLine Method |
Reads next line of the StreamReaderObject
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax string ReadLine(
Object StreamObject
)
Function ReadLine (
StreamObject As Object
) As String
String^ ReadLine(
Object^ StreamObject
)
abstract ReadLine :
StreamObject : Object -> string
Parameters
- StreamObject
- Type: SystemObject
StreamReader Object from OpenReadStream
Return Value
Type:
StringSee Also