Gets a portion of this
CopyC# data.
Namespace: Jscape.Email
ByteBuffer
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public ByteBuffer GetBuffer( int start, int end ) |
Visual Basic |
---|
Public Function GetBuffer ( _ start As Integer, _ end As Integer _ ) As ByteBuffer |
Visual C++ |
---|
public: ByteBuffer^ GetBuffer( int start, int end ) |
Parameters
- start
- Type: System..::..Int32
The starting index.
- end
- Type: System..::..Int32
The ending index.