Share

DataIO.ReadDataFromStream Method

Parent Object: DataIO

Description

Reads in the specifically formatted contents of a Stream (IStream) into the supporting object.

Syntax

DataIO.ReadDataFromStream( Format As String, Stream As Unknown )

Parameters

Name Type Description
Format String Input String that specifies the format of the data to be read from the stream.
Stream Unknown Input/output object from which to read the formatted data.

Version

Introduced in version 4

Was this information helpful?