Appends an edit instruction to replace length bytes,
starting at position offset,
with the bytes contained in newValue.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- offset
- Type: System Int32
The offset in bytes from the beginning of the target string.
- length
- Type: System Int32
The number of bytes to replace.
- newValue
- Type: System String
The new string to insert.
See Also