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. |
target | the target byte array |
System. |
targetOffset | the offset in the target byte array |