Click or drag to resize

XsBufferedFileStream.Length Property

X#
Gets the length in bytes of the stream.

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Length AS INT64 GET 
Request Example View Source

Return Value

Type: Int64
A long value representing the length of the stream in bytes.
Exceptions
ExceptionCondition
NotSupportedExceptionCanSeek for this stream is .
IOExceptionAn I/O error, such as the file being closed, occurred.
See Also