[]
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)
| Type | Name | Description |
|---|---|---|
| int | i | The zero-based column ordinal. |
| long | fieldoffset | The index within the row from which to start the read operation. |
| char[] | buffer | The buffer into which to read the stream of bytes. |
| int | bufferoffset | The index for |
| int | length | The number of bytes to read. |
| Type | Description |
|---|---|
| long | The actual number of characters read. |