Click or drag to resize

ExcelBinaryReaderGetChars Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Excel
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public long GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

fieldoffset
Type: SystemInt64

[Missing <param name="fieldoffset"/> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

buffer
Type: SystemChar

[Missing <param name="buffer"/> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

bufferoffset
Type: SystemInt32

[Missing <param name="bufferoffset"/> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Stimulsoft.Base.Excel.ExcelBinaryReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Implements

IDataRecordGetChars(Int32, Int64, Char, Int32, Int32)
See Also