Gets the length of this
CopyC#
ByteBuffer
in bytes.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public int Length()
Visual Basic
Public Function Length As Integer
Visual C++
public:
int Length()

Return Value

The
CopyC#
ByteBuffer
length in bytes.

See Also