Inserts a ByteString instance into this instance.
ByteString instance to insert
new ByteString instance with the str inserted
If startIndex is equal to the length of this instance, str is appended.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | str is null |
| ArgumentOutOfRangeException | startIndex < 0; or startIndex > Length |
ByteString Class | Hunny.Base Namespace