XsWin32FileStream.Length Property | |
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
public override long Length { get; }
Request Example
View SourceReturn Value
Type:
Int64A long value representing the length of the stream in bytes.
Exceptions Remarks This method calls the Windows GetFileSize() function directly.
See Also