OriginAnyParserReadObjectAsByteArray Method |
Reads an object as a byte array.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic byte[] ReadObjectAsByteArray(
int size
)
Parameters
- size Int32
- The size of the object.
Return Value
ByteThe byte array.
See Also