Removes a specified number of bytes from this instance.
A new ByteString that is equivalent to this instance with
the specified substring removed
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | startIndex < 0; - or - count < 0; - or - startIndex + count > Length |
ByteString Class | Hunny.Base Namespace