Stream: Length (get) |
Returns the length of the stream in bytes.
Public Property Get Length ( ) As Currency
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.