Method CopyTo
CopyTo(Byte[], Int32)
Copies the payload data to a byte array.
Declaration
public virtual void CopyTo(byte[] target, int targetOffset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | target | the target byte array |
System.Int32 | targetOffset | the offset in the target byte array |