Initializes a new instance of the ByteSize class

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public ByteSize(
	long byteCount
)
Visual Basic
Public Sub New ( _
	byteCount As Long _
)
Visual C++
public:
ByteSize(
	long long byteCount
)

Parameters

byteCount
Type: System..::..Int64

See Also