CSV Reports
GetBytes Method



KellermanSoftware.CsvReports Namespace > BaseReader Class : GetBytes Method
Not Supported
Syntax
Public Function GetBytes( _
   ByVal i As Integer, _
   ByVal fieldOffset As Long, _
   ByVal buffer() As Byte, _
   ByVal bufferoffset As Integer, _
   ByVal length As Integer _
) As Long
Dim instance As BaseReader
Dim i As Integer
Dim fieldOffset As Long
Dim buffer() As Byte
Dim bufferoffset As Integer
Dim length As Integer
Dim value As Long
 
value = instance.GetBytes(i, fieldOffset, buffer, bufferoffset, length)
public long GetBytes( 
   int i,
   long fieldOffset,
   byte[] buffer,
   int bufferoffset,
   int length
)
public:
int64 GetBytes( 
   int i,
   int64 fieldOffset,
   array<byte>^ buffer,
   int bufferoffset,
   int length
) 

Parameters

i
fieldOffset
buffer
bufferoffset
length
Exceptions
ExceptionDescription
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseReader Class
BaseReader Members