Click or drag to resize
MARC21ReadAll Method
Description Read the entire contents of a streamreader object

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public string ReadAll(
	Object StreamObject
)

Parameters

StreamObject
Type: SystemObject
StreamReader Object from OpenReadStream

Return Value

Type: String
contents of StreamReaderObject

Implements

MARC21_InterfaceReadAll(Object)
See Also