Replaces all occurrences of a specified ByteString
with another specified ByteString
ByteString to be replacedByteString to replace all occurrences of oldStr
new ByteString with all occurrences of oldStr
replaced with newStr
If newStr is a null reference, oldStr is removed
| Exception Type | Condition |
|---|---|
| ArgumentNullException | oldStr is null |
ByteString Class | Hunny.Base Namespace | ByteString.Replace Overload List