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