Gets a substring from this instance
A ByteString equivalent to the substring of length
length that begins at startIndex in this instance.
-or-Empty if startIndex is equal to the length of this
instance and length is zero.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | startIndex + length > Length - or - startIndex < 0 length < 0 |
ByteString Class | Hunny.Base Namespace | ByteString.Substring Overload List