forwardCopyTo Method    Table of ContentCopyTo Method (Byte[], Int32)forward
FlatMessage.CopyTo Method (Byte[])
Copy serialized message contents to an external buffer.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public int CopyTo(
	byte[] buffer
)

Parameters

buffer
Type: System.Byte[]
Buffer.

Return Value

Type: Int32
The number of copied bytes if the given buffer is large enough. Otherwise - a negative number, the absolute value of which is equal to the required size of the buffer.
See Also