![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
Namespace: Smartsite.Data
Assembly:
Smartsite.Data (in Smartsite.Data.dll)
Syntax
C# | ![]() |
---|---|
public long GetChars( int i, long fieldoffset, char[] buffer, int bufferoffset, int length ) |
Visual Basic (Declaration) | ![]() |
---|---|
Public Function GetChars ( _ i As Integer, _ fieldoffset As Long, _ buffer As (), _ bufferoffset As Integer, _ length As Integer _ ) As Long |
Parameters
- fieldoffset
- Int64
- buffer
- array<Char>[]()
- bufferoffset
- Int32
- length
- Int32
Return Value
See Also
DataReader Class
Smartsite.Data Namespace