Click or drag to resize

OriginAnyParserGetColumnInfoAndData Method

Decodes column or matrix metadata together with the associated data payload.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool GetColumnInfoAndData(
	byte[] colHeader,
	int colHeaderSize,
	byte[] colData,
	int colDataSize
)

Parameters

colHeader  Byte
The raw column header bytes.
colHeaderSize  Int32
The size of colHeader in bytes.
colData  Byte
The raw column data bytes.
colDataSize  Int32
The size of colData in bytes.

Return Value

Boolean
if the column information was processed successfully.
See Also