Click or drag to resize

OriginAnyParserReadObjectAsByteArray Method

Reads an object as a byte array.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public byte[] ReadObjectAsByteArray(
	int size
)

Parameters

size  Int32
The size of the object.

Return Value

Byte
The byte array.
See Also