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