DataIO.ReadDataFromStream Method
Parent Object: DataIODescription
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. |