MARC21_InterfaceReadAll Method |
Read the entire contents of a streamreader object
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax string ReadAll(
Object StreamObject
)
Function ReadAll (
StreamObject As Object
) As String
String^ ReadAll(
Object^ StreamObject
)
abstract ReadAll :
StreamObject : Object -> string
Parameters
- StreamObject
- Type: SystemObject
StreamReader Object from OpenReadStream
Return Value
Type:
Stringcontents of StreamReaderObject
See Also