Click or drag to resize

MARC21ReadLine Method

Reads next line of the StreamReaderObject

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public string ReadLine(
	Object StreamObject
)

Parameters

StreamObject
Type: SystemObject
StreamReader Object from OpenReadStream

Return Value

Type: String

[Missing <returns> documentation for "M:MARCEngine7.MARC21.ReadLine(System.Object)"]

Implements

MARC21_InterfaceReadLine(Object)
See Also