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#Copy imageCopy Code
public long GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetChars ( _
	i As Integer, _
	fieldoffset As Long, _
	buffer As (), _
	bufferoffset As Integer, _
	length As Integer _
) As Long

Parameters

i
Int32
fieldoffset
Int64
buffer
array<Char>[]()
bufferoffset
Int32
length
Int32

Return Value

See Also

Smartsite.Data Namespace
Advanced