Method GetChars
GetChars(int, long, char[], int, int)
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
public long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)
Parameters
i
intThe zero-based column ordinal.
fieldoffset
longThe index within the row from which to start the read operation.
buffer
char[]The buffer into which to read the stream of bytes.
bufferoffset
intThe index for
buffer
to start the read operation.length
intThe number of bytes to read.
Returns
- long
The actual number of characters read.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.