Copies bytes from this instance to an array of bytes.
The method copies count bytes from the position srcIndex to the array dst at position dstIndex.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | dst is null |
| ArgumentOutOfRangeException | srcIndex < 0, or dstIndex < 0, or count < 0 or srcIndex + count > Length or dstIndex + count > dst.Length |
ByteString Class | Hunny.Base Namespace