Hunny Software Library Reference

ByteString.Replace Method

Replaces all occurrences of a specified ByteString with another specified ByteString

Overload List

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);

See Also

ByteString Class | Hunny.Base Namespace