Replaces all occurrences of a specified ByteString
with another specified ByteString
Replaces all occurrences of a specified ByteString
with another specified ByteString
public ByteString Replace(ByteString,ByteString);
Replaces all occurrences of a specified byte in this instance with another specified byte.
public ByteString Replace(byte,byte);
ByteString Class | Hunny.Base Namespace