Stream: Length (get)

Length

Returns the length of the stream in bytes.



 Public Property Get Length ( ) As Currency

Return Values

Currency -  The length of the stream.

Remarks

A currency datatype is used to support stream greater than 2gig.
The stream generally needs to support seeking to be able to return the length.

Read Only.

See Also

Project CorLib Overview

Class Stream Overview