| 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.12.0.0
Syntaxpublic 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